Fix alignment
This commit is contained in:
parent
6e987e6ed7
commit
7a09626fb5
@ -35,8 +35,8 @@ server {
|
|||||||
include global/fastcgi-params.conf;
|
include global/fastcgi-params.conf;
|
||||||
|
|
||||||
# Change socket if using PHP pools or PHP 5
|
# Change socket if using PHP pools or PHP 5
|
||||||
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
||||||
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||||
|
|
||||||
# Skip cache based on rules in global/server/fastcgi-cache.conf.
|
# Skip cache based on rules in global/server/fastcgi-cache.conf.
|
||||||
fastcgi_cache_bypass $skip_cache;
|
fastcgi_cache_bypass $skip_cache;
|
||||||
|
|||||||
@ -30,8 +30,8 @@ server {
|
|||||||
include global/fastcgi-params.conf;
|
include global/fastcgi-params.conf;
|
||||||
|
|
||||||
# Change socket if using PHP pools or PHP 5
|
# Change socket if using PHP pools or PHP 5
|
||||||
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
||||||
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -27,8 +27,8 @@ server {
|
|||||||
include global/fastcgi-params.conf;
|
include global/fastcgi-params.conf;
|
||||||
|
|
||||||
# Change socket if using PHP pools or PHP 5
|
# Change socket if using PHP pools or PHP 5
|
||||||
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
||||||
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -43,8 +43,8 @@ server {
|
|||||||
include global/fastcgi-params.conf;
|
include global/fastcgi-params.conf;
|
||||||
|
|
||||||
# Change socket if using PHP pools or PHP 5
|
# Change socket if using PHP pools or PHP 5
|
||||||
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
||||||
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||||
|
|
||||||
# Skip cache based on rules in global/server/fastcgi-cache.conf.
|
# Skip cache based on rules in global/server/fastcgi-cache.conf.
|
||||||
fastcgi_cache_bypass $skip_cache;
|
fastcgi_cache_bypass $skip_cache;
|
||||||
|
|||||||
@ -35,8 +35,8 @@ server {
|
|||||||
include global/fastcgi-params.conf;
|
include global/fastcgi-params.conf;
|
||||||
|
|
||||||
# Change socket if using PHP pools or PHP 5
|
# Change socket if using PHP pools or PHP 5
|
||||||
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
|
||||||
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user