commit | 2a1288909ef8112db588454dc7b6326a27d88453 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Tue Jul 25 17:19:42 2023 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Tue Jul 25 17:33:20 2023 +0000 |
tree | ecfea6aa8deebd0ad8c2a9f398f8bcfd443255ca | |
parent | 61433f380699811fc3ef576ee7f7e56bfb2ba08c [diff] [blame] |
Use template mechanism of nginx image
diff --git a/nginx/id.sa.conf b/nginx/id.sa.conf index 9dbac41..b64cc7d 100644 --- a/nginx/id.sa.conf +++ b/nginx/id.sa.conf
@@ -2,7 +2,7 @@ listen 443 ssl; listen [::]:443 ssl; - server_name id.miau.local; + server_name id.${SA_PUBLIC_DOMAIN_NAME}; location /auth/ { # Gerrit adds this prefix for Keycloak... rewrite ^/auth(.*)$ $1 last;