Skip to content

Commit

Permalink
⏫ Forwardport of #11690 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/11690.patch (created by @andrewhowdencom) based on commit(s):
  1. 73178d8

Fixed GitHub Issues in 2.3-develop branch:
  - #11157: nginx.sample.conf missing heath_check.php? (reported by @craigcarnell)
  • Loading branch information
magento-engcom-team committed Jan 23, 2018
1 parent 8e77e2f commit b836052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ location /media/import/ {
}

# 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;
fastcgi_pass fastcgi_backend;
fastcgi_buffers 1024 4k;
Expand Down

0 comments on commit b836052

Please sign in to comment.