Skip to content

voa2000/nginx

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published