aboutsummaryrefslogtreecommitdiffstats
path: root/config/nginx.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/nginx.conf.example')
-rw-r--r--config/nginx.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nginx.conf.example b/config/nginx.conf.example
index bb4707683..bad1484a5 100644
--- a/config/nginx.conf.example
+++ b/config/nginx.conf.example
@@ -11,7 +11,7 @@ upstream alaveteli {
# }
server {
- listen 80 default;
+ listen 80;
# Set the server name to your domain name if you have multiple nginx servers
# running on your machine
# server_name www.example.com;