Go back to caddy

This commit is contained in:
Sparky
2025-10-27 17:26:49 +00:00
parent d248509f64
commit 8a682d7fb4
4 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import /dynamic/*.caddy
https://actual.site.quack-lab.dev { https://actual.site.quack-lab.dev {
encode zstd gzip encode zstd gzip
handle_path /* { handle_path /* {
@@ -196,7 +195,7 @@ https://pastefy.site.quack-lab.dev {
https://pdf.site.quack-lab.dev { https://pdf.site.quack-lab.dev {
encode zstd gzip encode zstd gzip
handle_path /* { handle_path /* {
reverse_proxy 10.0.49.3:8080 reverse_proxy 10.0.49.2:8080
} }
header -Server header -Server
try_files {path} /index.html /index.php try_files {path} /index.html /index.php

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"tls":{"timestamp":"2025-10-26T11:15:23.676300207Z","instance_id":"dbe630cc-bc9f-443e-b311-aec406294c5c"}} {"tls":{"timestamp":"2025-10-27T17:21:11.190912636Z","instance_id":"dbe630cc-bc9f-443e-b311-aec406294c5c"}}

View File

@@ -0,0 +1,8 @@
*.site.quack-lab.dev {
debug
root * /usr/share/caddy
file_server
log {
output stdout
}
}