redirect root gotosocial to /about
This commit is contained in:
parent
401aa5725d
commit
b528cb7b45
@ -1,8 +1,6 @@
|
||||
# The Caddyfile is an easy way to configure your Caddy web server.
|
||||
|
||||
https://www.ilnostropianetaselvaggio.it {
|
||||
# Set this path to your site's directory.
|
||||
root * /path/to/website/
|
||||
|
||||
root * /home/sistemostro/website/
|
||||
|
||||
# Enable the static file server.
|
||||
file_server
|
||||
@ -86,7 +84,9 @@ https://molly.ilnostropianetaselvaggio.it {
|
||||
}
|
||||
|
||||
# GOT2SOCIAL
|
||||
# https://docs.gotosocial.org/en/latest/getting_started/reverse_proxy/caddy/
|
||||
https://social.ilnostropianetaselvaggio.it {
|
||||
redir / /about 301
|
||||
encode zstd gzip
|
||||
reverse_proxy * localhost:8080 {
|
||||
flush_interval -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user