mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-01 23:31:50 +02:00
Fixed Caddy log directive and path
This commit is contained in:
parent
a325a6532a
commit
253497dc50
1 changed files with 1 additions and 6 deletions
|
@ -325,12 +325,7 @@ EOF
|
|||
tls $YOUR_EMAIL
|
||||
header -Server
|
||||
log {
|
||||
output file /var/log/caddy/access.log
|
||||
format console
|
||||
}
|
||||
log {
|
||||
output file /var/log/caddy/error.log
|
||||
level ERROR
|
||||
output file /var/log/namingo/caddy.log
|
||||
}
|
||||
# Adminer Configuration
|
||||
route /adminer.php* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue