From 4f163a2e8c0e56e3f564c3c22154baac583d0861 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 29 Jul 2022 21:51:29 +0200 Subject: [PATCH] Make WDC the "root" skin again --- defaults/nginx.conf | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/defaults/nginx.conf b/defaults/nginx.conf index 2088ca4..8a80916 100644 --- a/defaults/nginx.conf +++ b/defaults/nginx.conf @@ -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; }