Browse Source

Update drupal.stpl

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

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

@@ -76,7 +76,7 @@ server {
             fastcgi_index index.php;
             fastcgi_param SCRIPT_FILENAME $request_filename;
             include /etc/nginx/fastcgi_params;
-            include     %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
+            include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
         }
 
         location ~ ^/sites/.*/files/styles/ {