diff --git a/nginx.conf b/nginx.conf index c0afa96..839e451 100644 --- a/nginx.conf +++ b/nginx.conf @@ -31,6 +31,10 @@ server { client_max_body_size 128k; reset_timedout_connection on; + location = / { + return 302 https://theorangeone.net; + } + # Expose WebDAV on a sub-path location /.dav/ { alias /srv/;