initial ntfy stuff - UNTESTED
This commit is contained in:
parent
7fd75ef160
commit
a63e4987c3
1 changed files with 12 additions and 0 deletions
|
@ -54,5 +54,17 @@ https://grf.collective-conciousness.monster {
|
|||
encode zstd gzip
|
||||
|
||||
reverse_proxy 10.24.1.4:6700
|
||||
|
||||
}
|
||||
|
||||
ntfy.collective-conciousness.monster {
|
||||
encode zstd gzip
|
||||
|
||||
reverse_proxy 10.24.1.4:32984
|
||||
|
||||
@httpget {
|
||||
protocol http
|
||||
method GET
|
||||
path_regexp ^/([-_a-z0-9]{0,64}$|docs/|static/)
|
||||
}
|
||||
redir @httpget https://{host}{uri}
|
||||
}
|
Loading…
Reference in a new issue