|
@@ -1,6 +1,9 @@
|
|
|
app.database.pizza {
|
|
app.database.pizza {
|
|
|
header X-Robots-Tag "noindex, nofollow"
|
|
header X-Robots-Tag "noindex, nofollow"
|
|
|
|
|
|
|
|
|
|
+ handle /count* {
|
|
|
|
|
+ reverse_proxy 127.0.0.1:3002
|
|
|
|
|
+ }
|
|
|
handle /api/* {
|
|
handle /api/* {
|
|
|
reverse_proxy localhost:8081
|
|
reverse_proxy localhost:8081
|
|
|
}
|
|
}
|
|
@@ -29,7 +32,12 @@ database.pizza {
|
|
|
X-Frame-Options "DENY"
|
|
X-Frame-Options "DENY"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- file_server
|
|
|
|
|
|
|
+ handle /count* {
|
|
|
|
|
+ reverse_proxy 127.0.0.1:3002
|
|
|
|
|
+ }
|
|
|
|
|
+ handle {
|
|
|
|
|
+ file_server
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
handle_errors {
|
|
handle_errors {
|
|
|
rewrite * /404.html
|
|
rewrite * /404.html
|
|
@@ -68,14 +76,24 @@ git.database.pizza {
|
|
|
tls admin@database.pizza
|
|
tls admin@database.pizza
|
|
|
encode zstd gzip
|
|
encode zstd gzip
|
|
|
header X-Content-Type-Options nosniff
|
|
header X-Content-Type-Options nosniff
|
|
|
- reverse_proxy 127.0.0.1:3001
|
|
|
|
|
|
|
+ handle /count* {
|
|
|
|
|
+ reverse_proxy 127.0.0.1:3002
|
|
|
|
|
+ }
|
|
|
|
|
+ handle {
|
|
|
|
|
+ reverse_proxy 127.0.0.1:3001
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
tasks.database.pizza {
|
|
tasks.database.pizza {
|
|
|
tls admin@database.pizza
|
|
tls admin@database.pizza
|
|
|
encode zstd gzip
|
|
encode zstd gzip
|
|
|
header X-Content-Type-Options nosniff
|
|
header X-Content-Type-Options nosniff
|
|
|
- reverse_proxy 127.0.0.1:3456
|
|
|
|
|
|
|
+ handle /count* {
|
|
|
|
|
+ reverse_proxy 127.0.0.1:3002
|
|
|
|
|
+ }
|
|
|
|
|
+ handle {
|
|
|
|
|
+ reverse_proxy 127.0.0.1:3456
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
goatcounter.database.pizza {
|
|
goatcounter.database.pizza {
|