1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-03 08:05:15 +00:00

place log files in /run since /var/log is readonly

This commit is contained in:
Girish Ramakrishnan
2015-11-24 10:52:20 -08:00
parent 0388e45af4
commit 1d23dbcf04
2 changed files with 4 additions and 4 deletions

View File

@@ -48,4 +48,4 @@ ENABLE_NOTIFY_MAIL = true
; Either "console", "file", "conn", "smtp" or "database", default is "console"
MODE = console
; used for xorm.log
ROOT_PATH = /var/log/gogs
ROOT_PATH = /run/gogs