Archived
1
0
Fork 0

Make WDC the "root" skin again

This commit is contained in:
Daniel Kempkens 2022-07-29 21:51:29 +02:00
parent 59dfe03ffa
commit 4f163a2e8c

View file

@ -32,17 +32,9 @@ http {
server {
listen 8000;
root /data/html;
root /data/html/wdc;
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$ {
expires modified 120s;
}