Rename the upstream php socket. #20

Merged
adellam merged 1 commits from :master into master 2020-11-19 15:14:16 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
upstream php {
upstream wp {
{% if wordpress_phpfpm_listen_on_socket %}
server unix:{{ item.listen }};
{% else %}
@ -133,7 +133,7 @@ server {
location ~ \.php$ {
include fastcgi.conf;
fastcgi_intercept_errors on;
fastcgi_pass php;
fastcgi_pass wp;
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {