Skip to content

Commit 029c98a

Browse files
author
Oleksii Korshenko
authored
MAGETWO-82675: Add a health check to the NGINX configuration sample #11690
2 parents 6633a1f + 57774aa commit 029c98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ location /media/import/ {
162162
}
163163

164164
# PHP entry point for main application
165-
location ~ (index|get|static|report|404|503)\.php$ {
165+
location ~ (index|get|static|report|404|503|health_check)\.php$ {
166166
try_files $uri =404;
167167
fastcgi_pass fastcgi_backend;
168168
fastcgi_buffers 1024 4k;

0 commit comments

Comments
 (0)