Handling dev for alloro

This commit is contained in:
Dylan Baird 2026-06-19 18:07:37 -04:00
parent a897c26dff
commit 9783727095

View file

@ -36,21 +36,7 @@ dylanbaird.com {
file_server file_server
} }
alloro.ca { dev.alloro.ca app-dev.alloro.ca {
@french header Accept-Language *fr*
handle @french {
root * /srv/alloro
rewrite * /index-fr.html
file_server
}
handle {
root * /srv/alloro
rewrite * /index.html
file_server
}
}
app-dev.alloro.ca {
reverse_proxy alloro:8080 reverse_proxy alloro:8080
} }