File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ server {
35
35
include global/fastcgi-params.conf;
36
36
37
37
# 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;
40
40
41
41
# Skip cache based on rules in global/server/fastcgi-cache.conf.
42
42
fastcgi_cache_bypass $skip_cache;
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ server {
30
30
include global/fastcgi-params.conf;
31
31
32
32
# 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;
35
35
}
36
36
}
37
37
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ server {
27
27
include global/fastcgi-params.conf;
28
28
29
29
# 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;
32
32
}
33
33
}
34
34
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ server {
43
43
include global/fastcgi-params.conf;
44
44
45
45
# 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;
48
48
49
49
# Skip cache based on rules in global/server/fastcgi-cache.conf.
50
50
fastcgi_cache_bypass $skip_cache;
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ server {
35
35
include global/fastcgi-params.conf;
36
36
37
37
# 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;
40
40
}
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments