remove localhost: from caddy
This commit is contained in:
parent
2f8c1e8246
commit
1feed32d7c
@ -3,7 +3,7 @@ sl.projectsegfau.lt sl.psf.lt {
|
|||||||
import def
|
import def
|
||||||
}
|
}
|
||||||
inv.bp.projectsegfau.lt, i.bp.psf.lt, invidious.projectsegfau.lt, inv.projectsegfau.lt, i.psf.lt {
|
inv.bp.projectsegfau.lt, i.bp.psf.lt, invidious.projectsegfau.lt, inv.projectsegfau.lt, i.psf.lt {
|
||||||
reverse_proxy localhost:7573 {
|
reverse_proxy :7573 {
|
||||||
header_up Host "invidious.projectsegfau.lt"
|
header_up Host "invidious.projectsegfau.lt"
|
||||||
}
|
}
|
||||||
log {
|
log {
|
||||||
@ -45,7 +45,7 @@ pi.psf.lt {
|
|||||||
import def
|
import def
|
||||||
}
|
}
|
||||||
proxy.lbry.projectsegfau.lt {
|
proxy.lbry.projectsegfau.lt {
|
||||||
reverse_proxy localhost:3001
|
reverse_proxy :3001
|
||||||
import def
|
import def
|
||||||
}
|
}
|
||||||
aryak.me {
|
aryak.me {
|
||||||
@ -72,7 +72,7 @@ www.midou.dev midou.dev {
|
|||||||
# header_up Host {http.reverse_proxy.upstream.hostport}
|
# header_up Host {http.reverse_proxy.upstream.hostport}
|
||||||
# }
|
# }
|
||||||
#root * /var/www/midouwebsite
|
#root * /var/www/midouwebsite
|
||||||
reverse_proxy http://localhost:3000
|
reverse_proxy :3000
|
||||||
# Apparently sveltekit built apps needs to have strict path tries.
|
# Apparently sveltekit built apps needs to have strict path tries.
|
||||||
#try_files {path} {path}/index.html {path}.html =404
|
#try_files {path} {path}/index.html {path}.html =404
|
||||||
#file_server
|
#file_server
|
||||||
|
Loading…
Reference in New Issue
Block a user