Add alternative frontend nginx-no-https
This commit is contained in:
5
nginx-no-https/start.sh
Normal file
5
nginx-no-https/start.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
|
||||
|
||||
nginx -g 'daemon off;'
|
||||
Reference in New Issue
Block a user