Fix alignment

This commit is contained in:
Ashley Rich 2016-06-19 11:02:20 +01:00
parent 6e987e6ed7
commit 7a09626fb5
5 changed files with 10 additions and 10 deletions

View File

@ -35,8 +35,8 @@ server {
include global/fastcgi-params.conf;
# Change socket if using PHP pools or PHP 5
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
# Skip cache based on rules in global/server/fastcgi-cache.conf.
fastcgi_cache_bypass $skip_cache;

View File

@ -30,8 +30,8 @@ server {
include global/fastcgi-params.conf;
# Change socket if using PHP pools or PHP 5
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
}
}

View File

@ -27,8 +27,8 @@ server {
include global/fastcgi-params.conf;
# Change socket if using PHP pools or PHP 5
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
}
}

View File

@ -43,8 +43,8 @@ server {
include global/fastcgi-params.conf;
# Change socket if using PHP pools or PHP 5
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
# Skip cache based on rules in global/server/fastcgi-cache.conf.
fastcgi_cache_bypass $skip_cache;

View File

@ -35,8 +35,8 @@ server {
include global/fastcgi-params.conf;
# Change socket if using PHP pools or PHP 5
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_pass unix:/var/run/php5-fpm.sock;
}
}