Browse Source

Update drupal7.stpl

Anton Reutov 8 years ago
parent
commit
f84725ee10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/debian/8/templates/web/nginx/php5-fpm/drupal7.stpl

+ 1 - 1
install/debian/8/templates/web/nginx/php5-fpm/drupal7.stpl

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