Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions of nginx user #2

Open
TanguyAndreani opened this issue Apr 15, 2022 · 0 comments
Open

Permissions of nginx user #2

TanguyAndreani opened this issue Apr 15, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@TanguyAndreani
Copy link
Owner

Should the nginx user be more restricted for security purpose ?

- name: Create a login user
user:
name: nginx
state: present
shell: /bin/bash # Defaults to /bin/bash
system: no # Defaults to no
createhome: no # Defaults to yes
- name: ensure nginx is at the latest version

user nginx;
worker_processes auto;

@TanguyAndreani TanguyAndreani added the help wanted Extra attention is needed label Apr 15, 2022
@TanguyAndreani TanguyAndreani changed the title Permissions of Permissions of Nginx user Apr 15, 2022
@TanguyAndreani TanguyAndreani changed the title Permissions of Nginx user Permissions of nginx user Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant