Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 455 Bytes

Nginx

  1. Install nginx brew install nginx
  2. Remove default nginx.conf file from /usr/local/etc/nginx
  3. Create your own config file.

Nginx commands

  1. nginx to start the nginx server.
  2. nginx -s stop to stop the nginx server.
  3. nginx -s reload to reload the changes made on the nginx server
  4. nginx -s restart to fully restart all services.

Important info

https://my.noip.com/ To mask your ip address