Skip to content

Commit e7b657d

Browse files
author
Alexandros Ioannides
authored
Update drupal-social.tpl
1 parent 0c3ca00 commit e7b657d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#=======================================================================#
2+
# Default Web Domain Template #
3+
# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
4+
#=======================================================================#
5+
16
server {
27
listen %ip%:%web_port%;
38
server_name %domain_idn% %alias_idn%;
@@ -56,8 +61,8 @@ server {
5661
fastcgi_pass %backend_lsnr%;
5762
fastcgi_index index.php;
5863
fastcgi_param SCRIPT_FILENAME $request_filename;
59-
include /etc/nginx/fastcgi_params;
60-
include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
64+
include /etc/nginx/fastcgi_params;
65+
include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
6166
}
6267

6368
location ~ ^/sites/.*/files/styles/ {
@@ -84,4 +89,3 @@ server {
8489
include /etc/nginx/conf.d/phppgadmin.inc*;
8590
include %home%/%user%/conf/web/%domain%/nginx.conf_*;
8691
}
87-

0 commit comments

Comments
 (0)