fix nginx server config

This commit is contained in:
Kameron Kenny - pi501 2024-05-20 18:16:10 -04:00
parent 301dcdddb3
commit 52826f65b4
1 changed files with 18 additions and 18 deletions

View File

@ -27,7 +27,6 @@ http {
default_type application/octet-stream;
access_log /var/log/nginx/access.log;
gzip off;
}
server {
listen 4000 default_server;
@ -46,3 +45,4 @@ server {
}
}
}