|
@@ -168,7 +168,7 @@ server {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
# PHP entry point for main application
|
|
# PHP entry point for main application
|
|
|
- location ~ (index|get|static|report|404|503)\.php$ {
|
|
|
|
|
|
|
+ location ~ (index|get|static|report|404|503|health_check)\.php$ {
|
|
|
try_files $uri =404;
|
|
try_files $uri =404;
|
|
|
|
|
|
|
|
include /etc/nginx/fastcgi_params;
|
|
include /etc/nginx/fastcgi_params;
|