diff options
author | LarsV04 <lars.verkerk.pc@gmail.com> | 2021-04-23 10:05:48 +0200 |
---|---|---|
committer | LarsV04 <lars.verkerk.pc@gmail.com> | 2021-04-23 10:05:48 +0200 |
commit | 68dbabfca4722fd367cea6d3cd5d1a114110cd0c (patch) | |
tree | c1aed5003b42fe99f7f0da01458218b110eb6a72 /nginx.conf | |
parent | 555f1ffa454865b9d6126cbff264766b92d7301e (diff) |
Fixed 15
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -user nobody; +user lars; daemon off; events {} |