Make WDC the "root" skin again
This commit is contained in:
parent
59dfe03ffa
commit
4f163a2e8c
1 changed files with 1 additions and 9 deletions
|
@ -32,17 +32,9 @@ http {
|
||||||
server {
|
server {
|
||||||
listen 8000;
|
listen 8000;
|
||||||
|
|
||||||
root /data/html;
|
root /data/html/wdc;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
location = / {
|
|
||||||
return 307 $pass_scheme://$pass_host/wdc/;
|
|
||||||
}
|
|
||||||
|
|
||||||
location = /index.html {
|
|
||||||
return 307 $pass_scheme://$pass_host/wdc/index.html;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ~* \.html$ {
|
location ~* \.html$ {
|
||||||
expires modified 120s;
|
expires modified 120s;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue