about summary refs log tree commit diff stats
path: root/tools/conf/etc/nginx/sites/drupal.conf
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-03 22:37:04 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-03 22:37:04 +0100
commitac808f10c9011249da393284b4bc92903d604972 (patch)
tree762ca1bd4156ebe3099435d285fa2ff23f1860d5 /tools/conf/etc/nginx/sites/drupal.conf
parent44f7d00ad1d32bae79bca07ee5958a3da163c6e5 (diff)
downloaddoc-ac808f10c9011249da393284b4bc92903d604972.tar.gz
nginx documentation and configuration review
Diffstat (limited to 'tools/conf/etc/nginx/sites/drupal.conf')
-rw-r--r--tools/conf/etc/nginx/sites/drupal.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/conf/etc/nginx/sites/drupal.conf b/tools/conf/etc/nginx/sites/drupal.conf
index 39b096a..0407a6a 100644
--- a/tools/conf/etc/nginx/sites/drupal.conf
+++ b/tools/conf/etc/nginx/sites/drupal.conf
@@ -3,9 +3,9 @@ server {
         listen 192.168.1.254:443 ssl;
         listen 10.0.0.254:443 ssl;
 
-        server_name core.privat-network.net;
+        server_name c9.core
 
-        root /srv/www/drupal; ## &lt;-- Your only path reference.
+        root /srv/www/default/drupal; ## &lt;-- Your only path reference.
 
         # Enable compression, this will help if you have for instance advagg¿? module
         # by serving Gzip versions of the files.
@@ -16,8 +16,8 @@ server {
             autoindex on;
         }
 
-        location /sysdoc {
-            alias /srv/www/sysdoc;
+        location /doc {
+            alias /srv/www/c9-doc;
             autoindex on;
         }