use new logging config
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m58s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1m58s
This commit is contained in:
parent
df5346edca
commit
269df6a0c2
@ -14,8 +14,6 @@ RUN addgroup molly-brown tty
|
|||||||
RUN mkdir -p /var/gemini
|
RUN mkdir -p /var/gemini
|
||||||
RUN chown molly-brown:molly-brown /var/gemini
|
RUN chown molly-brown:molly-brown /var/gemini
|
||||||
|
|
||||||
RUN ln -sf /dev/stdout /home/molly-brown/access.log
|
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
openssl \
|
openssl \
|
||||||
coreutils
|
coreutils
|
||||||
|
@ -9,7 +9,7 @@ HomeDocBase = "users"
|
|||||||
GeminiExt = "gmi"
|
GeminiExt = "gmi"
|
||||||
DefaultLang = "{{ getenv "DEFAULT_LANG" "en" }}"
|
DefaultLang = "{{ getenv "DEFAULT_LANG" "en" }}"
|
||||||
AccessLog = "-"
|
AccessLog = "-"
|
||||||
ErrorLog = "-"
|
ErrorLog = ""
|
||||||
ReadMollyFiles = true
|
ReadMollyFiles = true
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec molly-brown -c /etc/molly-brown/molly.conf
|
exec molly-brown -c /etc/molly-brown/molly.conf -u molly-brown
|
||||||
|
Loading…
Reference in New Issue
Block a user