Redirect root to website
This commit is contained in:
parent
7885d54583
commit
528cbeb1e5
1 changed files with 4 additions and 0 deletions
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue