[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:
Aleksandr Chebotov
2021-01-26 17:14:31 +03:00
committed by GitHub
parent ed5d4dc5c5
commit 5537d89215
7 changed files with 82 additions and 0 deletions
+6
View File
@@ -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"