Skip to content

Commit 5d3eb6d

Browse files
authored
Update magento.stpl (hestiacp#5035)
health_check.php added into magento.stpl
1 parent e236b48 commit 5d3eb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/templates/web/nginx/php-fpm/magento.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ server {
169169
}
170170

171171
# PHP entry point for main application
172-
location ~ (index|get|static|report|404|503)\.php$ {
172+
location ~ (index|get|static|report|404|503|health_check)\.php$ {
173173
try_files $uri =404;
174174

175175
include /etc/nginx/fastcgi_params;

0 commit comments

Comments
 (0)