Move openid provider into its own express server
This commit is contained in:
@@ -255,6 +255,11 @@ server {
|
||||
client_max_body_size 0;
|
||||
}
|
||||
|
||||
location ~ ^/openid/ {
|
||||
proxy_pass http://127.0.0.1:3005;
|
||||
client_max_body_size 2m;
|
||||
}
|
||||
|
||||
# graphite paths (uncomment block below and visit /graphite-web/)
|
||||
# remember to comment out the CSP policy as well to access the graphite dashboard
|
||||
# location ~ ^/graphite-web/ {
|
||||
|
||||
Reference in New Issue
Block a user