Go back to caddy
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import /dynamic/*.caddy
|
||||
https://actual.site.quack-lab.dev {
|
||||
encode zstd gzip
|
||||
handle_path /* {
|
||||
@@ -196,7 +195,7 @@ https://pastefy.site.quack-lab.dev {
|
||||
https://pdf.site.quack-lab.dev {
|
||||
encode zstd gzip
|
||||
handle_path /* {
|
||||
reverse_proxy 10.0.49.3:8080
|
||||
reverse_proxy 10.0.49.2:8080
|
||||
}
|
||||
header -Server
|
||||
try_files {path} /index.html /index.php
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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"}}
|
||||
8
coolify/proxy/caddy/dynamic/logging.caddy
Normal file
8
coolify/proxy/caddy/dynamic/logging.caddy
Normal file
@@ -0,0 +1,8 @@
|
||||
*.site.quack-lab.dev {
|
||||
debug
|
||||
root * /usr/share/caddy
|
||||
file_server
|
||||
log {
|
||||
output stdout
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user