forked from cohabit/server_config
feat: expose portfolio_server
through caddy
This commit is contained in:
parent
26929ca7b9
commit
19f0c777ee
|
@ -22,3 +22,10 @@ projets.cohabit.fr {
|
||||||
|
|
||||||
reverse_proxy 127.0.0.1:33037
|
reverse_proxy 127.0.0.1:33037
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*.portfolio.cohabit.fr {
|
||||||
|
# Portfolio server subdomains
|
||||||
|
|
||||||
|
encode zstd gzip
|
||||||
|
reverse_proxy 127.0.0.1:6363
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue