Skip to content

Commit

Permalink
Fix php-fpm upstream hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Mar 5, 2022
1 parent dc19b77 commit f57fe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ server {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
fastcgi_index index.php;
fastcgi_pass php-fpm:9000;
fastcgi_pass pph-php-fpm:9000;
}

location /status {
Expand Down

0 comments on commit f57fe70

Please sign in to comment.