We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b89634 commit cd542d9Copy full SHA for cd542d9
nginx/aliases.zsh
@@ -0,0 +1,2 @@
1
+alias nginx-up="sudo nginx -c /usr/local/etc/nginx/nginx.conf"
2
+alias nginx-down="sudo nginx -s stop"
0 commit comments