Redirect www and add compression

This commit is contained in:
Sage Vaillancourt 2022-10-02 15:11:47 +00:00
parent 9d15924d60
commit f362e719fe
1 changed files with 6 additions and 0 deletions

View File

@ -4,4 +4,10 @@ testing.undercover.cafe {
undercover.cafe {
reverse_proxy :8080
encode zstd gzip
}
www.undercover.cafe {
reverse_proxy :8080
encode zstd gzip
}