Add alternative frontend nginx-no-https

This commit is contained in:
Sebastián Ramírez
2017-03-01 22:02:11 -05:00
parent f421bee148
commit 8543d513a9
5 changed files with 108 additions and 1 deletions

5
nginx-no-https/start.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
nginx -g 'daemon off;'