sort nginx hardening.conf options

This commit is contained in:
Daniel Micay 2022-08-10 08:27:43 -04:00
parent 7332d93575
commit ca7c036e8c

View File

@ -5,10 +5,10 @@ MemoryDenyWriteExecute=true
PrivateIPC=true PrivateIPC=true
PrivateTmp=true PrivateTmp=true
ProcSubset=pid ProcSubset=pid
ProtectHome=true
ProtectHostname=true
ProtectClock=true ProtectClock=true
ProtectControlGroups=true ProtectControlGroups=true
ProtectHome=true
ProtectHostname=true
ProtectKernelLogs=true ProtectKernelLogs=true
ProtectKernelModules=true ProtectKernelModules=true
ProtectKernelTunables=true ProtectKernelTunables=true