Move openid provider into its own express server

This commit is contained in:
Johannes Zellner
2023-03-21 14:39:58 +01:00
parent 46c233bad6
commit e9fc355ac5
7 changed files with 46 additions and 32 deletions
+5
View File
@@ -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/ {