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