mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-11 20:09:28 +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
|
tls $YOUR_EMAIL
|
||||||
header -Server
|
header -Server
|
||||||
log {
|
log {
|
||||||
output file /var/log/caddy/access.log
|
output file /var/log/namingo/caddy.log
|
||||||
format console
|
|
||||||
}
|
|
||||||
log {
|
|
||||||
output file /var/log/caddy/error.log
|
|
||||||
level ERROR
|
|
||||||
}
|
}
|
||||||
# Adminer Configuration
|
# Adminer Configuration
|
||||||
route /adminer.php* {
|
route /adminer.php* {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue