We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fd391 commit 29d714aCopy full SHA for 29d714a
2 files changed
caddy/Caddyfile
@@ -9,9 +9,10 @@ rewrite {
9
ext /
10
to /index.php?{query}
11
}
12
+gzip
13
browse
-log stdout
14
-errors stderr
+log /var/log/caddy/access.log
15
+errors /var/log/caddy/error.log
16
# Uncomment to enable TLS (HTTPS)
17
# Change the first list to listen on port 443 when enabling TLS
18
#tls self_signed
docker-compose.yml
@@ -206,6 +206,7 @@ services:
206
- "2015:2015"
207
volumes:
208
- ./caddy/Caddyfile:/etc/Caddyfile
209
+ - ./logs/caddy:/var/log/caddy
210
links:
211
- php-fpm
212
0 commit comments