include new VHC

merge-requests/2/head
Matthew 2021-05-29 21:44:44 -04:00
parent 50daa06b8e
commit 77f38e7873
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
2 changed files with 1 additions and 19 deletions

View File

@ -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;
}
}

View File

@ -82,6 +82,7 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
include /etc/nginx/sites-custom/*;
}