diff options
author | Silvino Silva <silvino@bk.ru> | 2019-02-14 06:12:48 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-02-14 06:12:48 +0000 |
commit | 1a98a3de732895b6d10c84657676f72f6826fc0c (patch) | |
tree | 618a392022a78dd0cc7d4f7094d2051daa90e717 /tools/conf/etc/nginx/sites/laravel.conf | |
parent | 6f474107a7997e73452ca5d6176f84262d364a5a (diff) | |
parent | fed632cea589a4fc730dc852538cb40ca6f559fa (diff) | |
download | doc-1a98a3de732895b6d10c84657676f72f6826fc0c.tar.gz |
Merge release 0.4.2 into develop
Diffstat (limited to 'tools/conf/etc/nginx/sites/laravel.conf')
-rw-r--r-- | tools/conf/etc/nginx/sites/laravel.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/conf/etc/nginx/sites/laravel.conf b/tools/conf/etc/nginx/sites/laravel.conf index e563a3e..addfd18 100644 --- a/tools/conf/etc/nginx/sites/laravel.conf +++ b/tools/conf/etc/nginx/sites/laravel.conf @@ -3,10 +3,10 @@ server { # listen [::]:443 ssl; root /srv/www/default/laravel/public; - server_name c9.core + server_name machine.example - location /c9-doc { - alias /srv/www/c9-doc; + location /doc { + alias /srv/www/doc; index index.html; autoindex on; } |