[macOS] Add apache and nginx (#2522)
* add apache and nginx * swap config and service status * add new line * remove notes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
|
||||
brew install nginx
|
||||
sudo sed -Ei '' 's/listen.*/listen 80;/' $(brew --prefix)/etc/nginx/nginx.conf
|
||||
|
||||
invoke_tests "WebServers" "Nginx"
|
||||
Reference in New Issue
Block a user