Skip to content

Commit a54a473

Browse files
author
anvme
committed
Removed FastCGI Cache
1 parent 8e1f5ed commit a54a473

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

install/deb/templates/web/nginx/php-fpm/craftcms.stpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ server {
4848
fastcgi_pass %backend_lsnr%;
4949
fastcgi_index index.php;
5050
include /etc/nginx/fastcgi_params;
51-
include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
5251
}
5352
}
5453

install/deb/templates/web/nginx/php-fpm/craftcms.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ server {
4343
fastcgi_pass %backend_lsnr%;
4444
fastcgi_index index.php;
4545
include /etc/nginx/fastcgi_params;
46-
include %home%/%user%/conf/web/%domain%/nginx.fastcgi_cache.conf*;
4746
4847
}
4948
}

0 commit comments

Comments
 (0)