Browse Source

Fixed HTTP AUTH ISSUE for 22222 port

bugfixes
Mitesh Shah 10 years ago
parent
commit
3212899f2d
  1. 2
      ee/cli/templates/22222.mustache

2
ee/cli/templates/22222.mustache

@ -27,6 +27,8 @@ server {
location = /fpm/status/ {}
location ~ /fpm/status/(.*) {
include common/acl.conf;
try_files $uri =404;
include fastcgi_params;
fastcgi_param SCRIPT_NAME /status;
fastcgi_pass $1;

Loading…
Cancel
Save