Skip to content

Commit ec1f693

Browse files
authored
Update nginx.conf.erb
1 parent f0e1056 commit ec1f693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/config/nginx.conf.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ http {
4848
proxy_pass http://app_server;
4949
}
5050

51-
location ^~ hotels/request_complete.png {
51+
location ^~ /hotels/request_complete.png {
5252
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
5353
proxy_set_header Host $http_host;
5454
proxy_redirect off;

0 commit comments

Comments
 (0)