summaryrefslogtreecommitdiff
path: root/roles/private/files
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-27 16:07:55 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-27 16:07:55 -0500
commite4c3a05055e840b3e0d30f76a1fc4e4f5188135a (patch)
tree8ec3061c2c0a71344e2987937c2106c114d30ba1 /roles/private/files
parent272017b9d78a0d73f1e77229478db6e49ac8c7b5 (diff)
downloadoldinfra-e4c3a05055e840b3e0d30f76a1fc4e4f5188135a.tar.gz
oldinfra-e4c3a05055e840b3e0d30f76a1fc4e4f5188135a.zip
rewrite broken authelia consent param
Diffstat (limited to 'roles/private/files')
-rw-r--r--roles/private/files/europa/https.owncloud.internal.simponic.xyz.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/private/files/europa/https.owncloud.internal.simponic.xyz.conf b/roles/private/files/europa/https.owncloud.internal.simponic.xyz.conf
index 1321199..9789ea4 100644
--- a/roles/private/files/europa/https.owncloud.internal.simponic.xyz.conf
+++ b/roles/private/files/europa/https.owncloud.internal.simponic.xyz.conf
@@ -29,4 +29,17 @@ server {
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
}
+
+ location /.well-known/openid-configuration {
+ proxy_pass http://127.0.0.1:24734/index.php/apps/openidconnect/config;
+ proxy_http_version 1.1;
+ proxy_set_header Upgrade $http_upgrade;
+ proxy_set_header Connection "upgrade";
+ proxy_set_header Host $server_name;
+ proxy_buffering off;
+ proxy_set_header X-Real-IP $remote_addr;
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+ proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
+ add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
+ }
}