bunkerity / bunkerity/bunkerweb
set nginx user
Open
enhancement
linux
- Dominant language
- Python
- Stars
- 10.9k
- Forks
- 643
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 42
Description
Hi all
This is my first foray into bunkerweb. I am stuck.
I had my nginx already configured before installed bunkerweb and viola, all my original configurations are gone.
nginx.conf and sites-available is gone.
This behaviour should be added in the bunderweb documentation.
Usually, I set a custom user for nginx user on /etc/nginx/nginx.conf
e.g
user juliet;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
....
how can I do this on bunkerweb?
Please!
Contributor guide
Assessment
This issue has not been assessed yet.