aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 17b26afa3..251d9495d 100644
--- a/config/nginx.conf.example
+++ b/config/nginx.conf.example
@@ -4,7 +4,6 @@ upstream alaveteli {
server {
listen 80;
- root /var/www/alaveteli/alaveteli/public;
location / {
proxy_set_header X-Real-IP $remote_addr;
@@ -14,6 +13,7 @@ server {
proxy_redirect off;
try_files $uri @ruby;
}
+ root /srv/alaveteli;
server_tokens off;