Browse Source

Update drupal-social.stpl

Alexandros Ioannides 5 years ago
parent
commit
fc55c82a07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/templates/web/nginx/php-fpm/drupal-social.stpl

+ 1 - 1
install/deb/templates/web/nginx/php-fpm/drupal-social.stpl

@@ -6,7 +6,7 @@
 server {
 server {
     listen      %ip%:%web_ssl_port% ssl http2;
     listen      %ip%:%web_ssl_port% ssl http2;
     server_name %domain_idn% %alias_idn%;
     server_name %domain_idn% %alias_idn%;
-    root        %docroot%/web;
+    root        %docroot%/html;
     index       index.php index.html index.htm;
     index       index.php index.html index.htm;
     access_log  /var/log/nginx/domains/%domain%.log combined;
     access_log  /var/log/nginx/domains/%domain%.log combined;
     access_log  /var/log/nginx/domains/%domain%.bytes bytes;
     access_log  /var/log/nginx/domains/%domain%.bytes bytes;