From 77f38e7873916bd8e10d80bc35558ea29a88edcf Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 29 May 2021 21:44:44 -0400 Subject: [PATCH] include new VHC --- .../Server Blocks/auth.libraryofcode.org.conf | 19 ------------------- Nginx/nginx.conf | 1 + 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 Nginx/Server Blocks/auth.libraryofcode.org.conf diff --git a/Nginx/Server Blocks/auth.libraryofcode.org.conf b/Nginx/Server Blocks/auth.libraryofcode.org.conf deleted file mode 100644 index 51d20d3..0000000 --- a/Nginx/Server Blocks/auth.libraryofcode.org.conf +++ /dev/null @@ -1,19 +0,0 @@ -server { - listen 443 ssl http2; - listen [::]:443 ssl http2; - server_name auth.libraryofcode.org; - - ssl_certificate /etc/nginx/ssl/org.chain.crt; - ssl_certificate_key /etc/nginx/ssl/org.key.pem; - - location / { - - proxy_pass https://libraryofcode-cd-pbipdifect6vowsp.edge.tenants.us.auth0.com/; - proxy_set_header cname-api-key "ca65ccfade6e79f0ea1339259a32882a90fdb11eef10c8df6323133cb607a483"; - - proxy_pass_header Set-Cookie; - proxy_pass_header User-Agent; - proxy_pass_header Origin; - proxy_pass_header Referer; - } -} diff --git a/Nginx/nginx.conf b/Nginx/nginx.conf index 6f36fb0..ef20742 100644 --- a/Nginx/nginx.conf +++ b/Nginx/nginx.conf @@ -82,6 +82,7 @@ http { include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; + include /etc/nginx/sites-custom/*; }