Skip to content

Commit 7a09626

Browse files
committed
Fix alignment
1 parent 6e987e6 commit 7a09626

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

sites-available/fastcgi-cache.com

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ server {
3535
include global/fastcgi-params.conf;
3636

3737
# Change socket if using PHP pools or PHP 5
38-
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
39-
#fastcgi_pass unix:/var/run/php5-fpm.sock;
38+
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
39+
#fastcgi_pass unix:/var/run/php5-fpm.sock;
4040

4141
# Skip cache based on rules in global/server/fastcgi-cache.conf.
4242
fastcgi_cache_bypass $skip_cache;

sites-available/multisite-subdirectory.com

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ server {
3030
include global/fastcgi-params.conf;
3131

3232
# Change socket if using PHP pools or PHP 5
33-
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
34-
#fastcgi_pass unix:/var/run/php5-fpm.sock;
33+
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
34+
#fastcgi_pass unix:/var/run/php5-fpm.sock;
3535
}
3636
}
3737

sites-available/multisite-subdomain.com

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ server {
2727
include global/fastcgi-params.conf;
2828

2929
# Change socket if using PHP pools or PHP 5
30-
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
31-
#fastcgi_pass unix:/var/run/php5-fpm.sock;
30+
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
31+
#fastcgi_pass unix:/var/run/php5-fpm.sock;
3232
}
3333
}
3434

sites-available/ssl-fastcgi-cache.com

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ server {
4343
include global/fastcgi-params.conf;
4444

4545
# Change socket if using PHP pools or PHP 5
46-
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
47-
#fastcgi_pass unix:/var/run/php5-fpm.sock;
46+
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
47+
#fastcgi_pass unix:/var/run/php5-fpm.sock;
4848

4949
# Skip cache based on rules in global/server/fastcgi-cache.conf.
5050
fastcgi_cache_bypass $skip_cache;

sites-available/ssl.com

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ server {
3535
include global/fastcgi-params.conf;
3636

3737
# Change socket if using PHP pools or PHP 5
38-
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
39-
#fastcgi_pass unix:/var/run/php5-fpm.sock;
38+
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
39+
#fastcgi_pass unix:/var/run/php5-fpm.sock;
4040
}
4141
}
4242

0 commit comments

Comments
 (0)