mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
Merge pull request #2198 from Windfarer/fix-devenv-nginx
🐛 Fix nginx user for devenv
This commit is contained in:
commit
12ba46642c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
user www-data;
|
||||
user root;
|
||||
worker_processes auto;
|
||||
pid /run/nginx.pid;
|
||||
include /etc/nginx/modules-enabled/*.conf;
|
||||
|
|
Loading…
Add table
Reference in a new issue