File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
install/deb/templates/web/nginx/php-fpm Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ #=======================================================================#
2+ # Default Web Domain Template #
3+ # DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
4+ #=======================================================================#
5+
16server {
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-
You can’t perform that action at this time.
0 commit comments