5537d89215
* add apache and nginx * swap config and service status * add new line * remove notes
7 lines
161 B
Bash
7 lines
161 B
Bash
#!/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"
|