Skip to content

Commit 06d8717

Browse files
authored
Update magento.tpl (hestiacp#5036)
health_check.php added into magento.tpl
1 parent 5d3eb6d commit 06d8717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ server {
156156
}
157157

158158
# PHP entry point for main application
159-
location ~ (index|get|static|report|404|503)\.php$ {
159+
location ~ (index|get|static|report|404|503|health_check)\.php$ {
160160
try_files $uri =404;
161161
162162
include /etc/nginx/fastcgi_params;

0 commit comments

Comments
 (0)