Skip to content

Commit

Permalink
Merge 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 authored Jan 23, 2018
2 parents 184aab1 + b836052 commit 0d8ccee
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 0d8ccee

Please sign in to comment.