diff --git a/infra/nix/nginx.conf.template b/infra/nix/nginx.conf.template index e84786e..65b5e25 100644 --- a/infra/nix/nginx.conf.template +++ b/infra/nix/nginx.conf.template @@ -12,7 +12,7 @@ http { } server { - listen 127.0.0.1:8080; + listen 8080; server_name _; gzip on;