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/*; }