mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 13:41:56 +00:00
Enable debug for failing route
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import repo.caddyfile {
|
||||
admin off
|
||||
debug
|
||||
log {
|
||||
level DEBUG
|
||||
}
|
||||
}
|
||||
|
||||
(site) {
|
||||
|
||||
@@ -11,3 +11,6 @@ manage-script-name = true
|
||||
wsgi-disable-file-wrapper = true
|
||||
single-interpreter = true
|
||||
buffer-size = 4096
|
||||
log-4xx = true
|
||||
log-5xx = true
|
||||
debug = true
|
||||
|
||||
@@ -9,3 +9,6 @@ threads = 2
|
||||
single-interpreter = true
|
||||
buffer-size = 4096
|
||||
wsgi-disable-file-wrapper = true
|
||||
log-4xx = true
|
||||
log-5xx = true
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user