Answers for "how to open nginx config file mac"

5

nginx on mac

brew install nginx
brew services start nginx
Posted by: Guest on April-15-2021
0

How to access nginx config file

# vi /etc/nginx/sites-enabled/default  [On Debian/Ubuntu]
# vi /etc/nginx/nginx.conf             [On CentOS/RHEL]
Posted by: Guest on January-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language