mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
fix: nginx deleting its own conifg
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
worker_processes 1;
|
||||
|
||||
error_log stderr;
|
||||
pid nginx.pid;
|
||||
pid /run/nginx.pid;
|
||||
daemon off;
|
||||
|
||||
events {
|
||||
|
||||
Reference in New Issue
Block a user