0
Fork 0
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:
Andrey Antukh 2022-08-29 07:24:09 +02:00 committed by GitHub
commit 12ba46642c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
user www-data;
user root;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;