We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e1056 commit ec1f693Copy full SHA for ec1f693
nginx/config/nginx.conf.erb
@@ -48,7 +48,7 @@ http {
48
proxy_pass http://app_server;
49
}
50
51
- location ^~ hotels/request_complete.png {
+ location ^~ /hotels/request_complete.png {
52
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
53
proxy_set_header Host $http_host;
54
proxy_redirect off;
0 commit comments