diff options
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/homepage.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nginx/homepage.conf b/nginx/homepage.conf index 261b30a..2f82f7e 100644 --- a/nginx/homepage.conf +++ b/nginx/homepage.conf @@ -50,6 +50,9 @@ server { fastcgi_param HTTP_HOST $server_name; fastcgi_pass unix:/run/fcgiwrap.socket; } + + listen [::]:80; + listen 80; } # http redirect |
