Linux serverlinux web serverNETWORK ADMINISTRATIONS

0x12 Web stack debugging #2 (Debugging nginx and binding nginx port to 8080)

Configuring Nginx server’s master process to be run by nginx user.
configuring Nginx server to bind to port 8080.
modifying Nginx config file to use nginx user.
giving privileges to nginx user to run Nginx server.
scripting to achieve the Process automatically.

source

by RANDOMMALL

linux web server

One thought on “0x12 Web stack debugging #2 (Debugging nginx and binding nginx port to 8080)

  • Why am I getting this error please. root@4772a6e48d8f:/etc/nginx# sudo -u nginx service nginx start
    sudo: unknown user: nginx
    sudo: unable to initialize policy plugin

Comments are closed.