Просмотр исходного кода

Update magento.tpl (#5036)

health_check.php added into magento.tpl
Hidayet Ok 8 месяцев назад
Родитель
Сommit
3c0d90b1aa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/deb/templates/web/nginx/php-fpm/magento.tpl

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

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