Ver Fonte

Update magento.stpl (#5035)

health_check.php added into magento.stpl
Hidayet Ok há 8 meses atrás
pai
commit
5d3eb6d955
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      install/deb/templates/web/nginx/php-fpm/magento.stpl

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

@@ -169,7 +169,7 @@ server {
 	}
 
 	# 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;
 
 		include /etc/nginx/fastcgi_params;