mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 21:49:22 -05:00
remove Arch Linux nginx error_log configuration
error_log works the same way as add_header where defining it again on the same level is additive and logs to both places, meaning that there are duplicated logs when defining a proper syslog error_log output at the top level.
This commit is contained in:
parent
312b1a027b
commit
7fc42a25c4
@ -1,5 +1,7 @@
|
||||
[Service]
|
||||
CapabilityBoundingSet=CAP_DAC_OVERRIDE CAP_NET_BIND_SERVICE CAP_SETUID CAP_SETGID
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid;'
|
||||
LockPersonality=true
|
||||
NoNewPrivileges=true
|
||||
MemoryDenyWriteExecute=true
|
||||
|
Loading…
Reference in New Issue
Block a user