diff --git a/build/proxy/nginx.conf b/build/proxy/nginx.conf index 9363c38..10b7d0e 100644 --- a/build/proxy/nginx.conf +++ b/build/proxy/nginx.conf @@ -59,6 +59,21 @@ http { proxy_redirect off; } + location /versionz { + proxy_pass http://server; + proxy_redirect off; + } + + location /normalize.css { + proxy_pass http://server; + proxy_redirect off; + } + + location /skeleton.css { + proxy_pass http://server; + proxy_redirect off; + } + location /favicon.ico { root /www/data/theme/images; }