Services/Nginx

From Fundamental Ramen
Revision as of 11:48, 19 February 2019 by Tacoball (talk | contribs)
Jump to navigation Jump to search

Quick References

TODO Command
List directory
autoindex on;

Install nginx on macOS 10.13+

brew tap denji/nginx

brew install nginx-full \
  --with-echo-module \
  --with-autols-module \
  --with-geoip2-module \
  --with-http2 \
  --with-upload-module \
  --with-upload-progress-module

Priority of location