fix: nginx permission denied on restricted kernels (#486)
This commit was merged in pull request #486.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
worker_processes 1;
|
||||
master_process off;
|
||||
pid /app/nginx/nginx.pid;
|
||||
error_log /app/nginx/logs/error.log warn;
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
worker_processes 1;
|
||||
master_process off;
|
||||
pid /app/nginx/nginx.pid;
|
||||
error_log /app/nginx/logs/error.log warn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user