maybe fix it?
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 34s

This commit is contained in:
Lee
2024-04-26 00:09:20 +01:00
parent 68e6b71020
commit 0a81c26d08
3 changed files with 6 additions and 4 deletions

View File

@ -16,6 +16,8 @@ http {
server_name _; # Listen on all hostnames
listen 80; # Listen on port 80
root /var/www/html; # Serve files from /var/www/html
# Gzip
gzip on;
gzip_disable "msie6";