2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

fix nginx locations

This commit is contained in:
Frederik Ring 2019-10-10 09:46:04 +02:00
parent f4431f5d79
commit 916bcb3fd4

View File

@ -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;
}