Skip to content

Commit 8287053

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-92172: [Backport for 2.2.x] Redundant File Names for Quote Attachments
1 parent e1b8d43 commit 8287053

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|health_check)\.php$ {
165+
location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check)\.php$ {
166166
try_files $uri =404;
167167
fastcgi_pass fastcgi_backend;
168168
fastcgi_buffers 1024 4k;

0 commit comments

Comments
 (0)