1
Fork 0

Redirect root to website

This commit is contained in:
Jake Howard 2024-03-03 18:35:20 +00:00
parent 7885d54583
commit 528cbeb1e5
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 0 deletions

View File

@ -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/;