bunkerity / bunkerity/bunkerweb

set nginx user

Open
#1,328 1 comment 0 reactions 1 assignee Claimed by @TheophileDiot View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.