Browse Source

Update drupal.tpl

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

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

@@ -72,7 +72,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/ {