Ver código fonte

Update magento.stpl (#5035)

health_check.php added into magento.stpl
Hidayet Ok 8 meses atrás
pai
commit
7a6052196c

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

@@ -168,7 +168,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;