cielectrical changed
This commit is contained in:
parent
217ad84815
commit
215d7a3978
|
|
@ -55,12 +55,15 @@ fancytextstuff.com {
|
|||
encode gzip
|
||||
}
|
||||
cielectrical.bayarea-cc.com {
|
||||
reverse_proxy localhost:3000 {
|
||||
header_up X-Real-IP {http.request.header.CF-Connecting-IP}
|
||||
header_up X-Forwarded-For {http.request.header.CF-Connecting-IP}
|
||||
header_up X-Forwarded-Proto {http.request.header.X-Forwarded-Proto}
|
||||
header_up CF-IPCountry {http.request.header.CF-IPCountry}
|
||||
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
|
||||
handle {
|
||||
reverse_proxy localhost:3000
|
||||
}
|
||||
log {
|
||||
output file /var/log/caddy/cielectrical.log
|
||||
format console
|
||||
}
|
||||
encode gzip
|
||||
}
|
||||
www.fancytextstuff.com {
|
||||
redir https://fancytextstuff.com{uri} permanent
|
||||
|
|
|
|||
Loading…
Reference in New Issue