feat: allows health-ping route through for dokuwiki
This commit is contained in:
parent
1753a9fe09
commit
dfd28d637a
1 changed files with 10 additions and 3 deletions
|
|
@ -2,9 +2,16 @@
|
|||
{
|
||||
services.caddy.virtualHosts."wiki.ily.rs" = {
|
||||
extraConfig = ''
|
||||
import tinyauth
|
||||
reverse_proxy localhost:8070
|
||||
encode zstd gzip
|
||||
@health path /health-ping
|
||||
handle @health {
|
||||
reverse_proxy localhost:8070
|
||||
}
|
||||
|
||||
handle {
|
||||
import tinyauth
|
||||
reverse_proxy localhost:8070
|
||||
encode zstd gzip
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue