mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
fix nginx locations
This commit is contained in:
parent
f4431f5d79
commit
916bcb3fd4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user