diff options
author | Thomas Willingham <founder@kakste.com> | 2013-06-13 18:47:22 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-06-13 18:47:22 +0100 |
commit | 047967da990aee62d029a20502981ee8c57bec97 (patch) | |
tree | a8802e235bebe56d0e1e2a4fd80ce4faaac1f883 /doc/install | |
parent | 9992b1ffe6ef5f7621f8f6ec60fa024d10ccf1d5 (diff) | |
download | volse-hubzilla-047967da990aee62d029a20502981ee8c57bec97.tar.gz volse-hubzilla-047967da990aee62d029a20502981ee8c57bec97.tar.bz2 volse-hubzilla-047967da990aee62d029a20502981ee8c57bec97.zip |
Nginx config - add an index in case they don't have a http block
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/sample-nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/sample-nginx.conf b/doc/install/sample-nginx.conf index e7ce66db0..3f33044fb 100644 --- a/doc/install/sample-nginx.conf +++ b/doc/install/sample-nginx.conf @@ -9,6 +9,7 @@ ssl_certificate /path/to/ssl.crt; ssl_certificate_key /path/to/ssl.key; root /var/www/example.com; + index index.php; access_log /var/log/nginx/example.com.log; include standard.conf; location ~ \.php$ { |