fix: add dev dashboard caddy route
Add a dedicated dev.nas.jimmygan.com reverse proxy entry so the dev dashboard can be reached through the VPS Caddy configuration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -28,6 +28,12 @@ nas.jimmygan.com {
|
|||||||
reverse_proxy 100.78.131.124:4000
|
reverse_proxy 100.78.131.124:4000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dev.nas.jimmygan.com {
|
||||||
|
import security_headers
|
||||||
|
import authelia
|
||||||
|
reverse_proxy 100.78.131.124:4001
|
||||||
|
}
|
||||||
|
|
||||||
music.jimmygan.com {
|
music.jimmygan.com {
|
||||||
import security_headers
|
import security_headers
|
||||||
import authelia
|
import authelia
|
||||||
|
|||||||
Reference in New Issue
Block a user