diff --git a/nginx.conf b/nginx.conf index c7209270e..93e5a1ce1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -43,6 +43,10 @@ http { ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP; ssl_prefer_server_ciphers on; + if ($args ~ "_escaped_fragment_") { + rewrite ^ /static/snapshots$uri/index.html; + } + location /static/ { # checks for static file, if not found proxy to app alias /home/ubuntu/quay/static/;