add auth file
parent
0f1588e246
commit
f64b538e84
|
@ -0,0 +1,19 @@
|
||||||
|
server {
|
||||||
|
listen 443 ssl http2;
|
||||||
|
listen [::]:443 ssl http2;
|
||||||
|
server_name certapi.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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue