multiple changes

This commit is contained in:
root
2021-01-10 08:10:06 +01:00
parent 3db6eadd83
commit 0c02fac0ba
10 changed files with 572 additions and 13 deletions

View File

@@ -25,13 +25,7 @@ server {
# proxy_redirect https://$host:8000/ https://$host:443/;
include snippets/proxy_header.conf;
}
location /http {
index index.html;
rewrite_log on;
#rewrite ^/http(.*) $1 break;
alias /srv/www/mail/static;
}
location = / {
return 302 https://mail.fet.at/http/;
return 302 https://mail.fet.at/mail;
}
}