diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-06 17:23:10 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-18 13:36:09 +0100 |
commit | 1057380bcce97b5ff1c829cc2dd6c6fc5d77e9b7 (patch) | |
tree | 8ff5210b96a05769c4cb37e6c2b9ecc13bf4b242 | |
parent | f6c1acbd3e770dbb0dbea791b5b6ffdfdee391b1 (diff) |
Don’t assume alaveteli is the default server
Can either be added manually (or by the install script) or nginx will default to this server if there are no others available
-rw-r--r-- | config/nginx.conf.example | 2 |
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; |