mirror of
https://github.com/penpot/penpot.git
synced 2026-03-13 05:46:08 +00:00
Merge pull request #2198 from Windfarer/fix-devenv-nginx
🐛 Fix nginx user for devenv
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
user www-data;
|
||||
user root;
|
||||
worker_processes auto;
|
||||
pid /run/nginx.pid;
|
||||
include /etc/nginx/modules-enabled/*.conf;
|
||||
|
||||
Reference in New Issue
Block a user