Compare commits
1 commit
4aa3368c43
...
e6410746f2
Author | SHA1 | Date | |
---|---|---|---|
e6410746f2 |
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ server {
|
||||||
# PHP processing
|
# PHP processing
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
fastcgi_pass unix:/run/php5-fpm.sock;
|
fastcgi_pass unix:/run/php-fpm.sock;
|
||||||
include fastcgi.conf;
|
include fastcgi.conf;
|
||||||
fastcgi_intercept_errors on;
|
fastcgi_intercept_errors on;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue