summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nginx.conf')
-rw-r--r--conf/nginx.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 66ce5c5..8ac97c0 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -44,7 +44,8 @@ http {
## Local tests
server {
- listen 127.0.0.1;
+# listen 127.0.0.1;
+ listen *:80;
server_name localhost;
access_log /var/log/nginx/localhost.access_log main;