cambiato porta goto in 3014
This commit is contained in:
parent
dd1ad2c909
commit
f654c92564
@ -101,22 +101,22 @@ https://server.ilnostropianetaselvaggio.it {
|
||||
reverse_proxy localhost:3013
|
||||
}
|
||||
|
||||
# MOLLY
|
||||
|
||||
https://molly.ilnostropianetaselvaggio.it {
|
||||
reverse_proxy / localhost:8020
|
||||
}
|
||||
|
||||
# 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 {
|
||||
reverse_proxy * localhost:3014 {
|
||||
flush_interval -1
|
||||
}
|
||||
}
|
||||
|
||||
# MOLLY
|
||||
|
||||
https://molly.ilnostropianetaselvaggio.it {
|
||||
reverse_proxy / localhost:8020
|
||||
}
|
||||
|
||||
# SNIKKET
|
||||
|
||||
http://chat.ilnostropianetaselvaggio.it,
|
||||
|
@ -25,7 +25,7 @@ services:
|
||||
TZ: Europe/Rome
|
||||
ports:
|
||||
## For reverse proxy setups:
|
||||
- 127.0.0.1:8080:8080
|
||||
- 127.0.0.1:3014:8080
|
||||
volumes:
|
||||
- ./data:/gotosocial/storage
|
||||
- ./.cache:/gotosocial/.cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user