Skip to content

Commit

Permalink
Merge pull request jolicode#190 from jolicode/fpm
Browse files Browse the repository at this point in the history
Fix FPM status page
  • Loading branch information
pyrech authored Jul 4, 2022
2 parents fcabe6e + adedc7d commit a76aa4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/docker/services/frontend/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ http {
# secure this page (by user IP address, with a password, for example)
location ~ ^/php-fpm-status$ {
deny all;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_pass 127.0.0.1:9000;
}

location / {
Expand Down

0 comments on commit a76aa4b

Please sign in to comment.