Fixing nginx bug

This commit is contained in:
Tara Wilson 2024-12-11 15:40:31 -05:00
parent 5b7375ae57
commit 9478b89a11

View File

@ -1,6 +1,6 @@
server {
listen 0.0.0.0:8080;
listen [::]:8080;
listen 0.0.0.0:80;
listen [::]:80;
default_type application/octet-stream;
gzip on;