From 18ace1cfd7874cd997c5ee12e4607c5dacd3c419 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 15 Mar 2021 14:21:17 -0400 Subject: [PATCH] Update install.sh --- ops/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/install.sh b/ops/install.sh index e319ee9..5b5e109 100644 --- a/ops/install.sh +++ b/ops/install.sh @@ -26,7 +26,7 @@ openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -subj '/CN=sni-suppo openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -subj '/CN=sni-support-required-for-valid-ssl' -keyout /etc/ssl/resty-auto-ssl-fallback.key -out /etc/ssl/resty-auto-ssl-fallback.crt - +mkdir /etc/openresty/sites-enabled/ wget -q https://raw.githubusercontent.com/theta42/proxy/master/ops/nginx.conf -O /etc/openresty/nginx.conf wget -q https://github.com/theta42/t42-common/blob/master/templates/openresty/autossl.conf.erb -O /etc/openresty/autossl.conf wget -q https://github.com/theta42/t42-common/blob/master/templates/openresty/010-proxy.conf.erb -O /etc/openresty/sites-enabled/000-proxy