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/review.sa.conf b/nginx/review.sa.conf index b5c826d..f25213c 100644 --- a/nginx/review.sa.conf +++ b/nginx/review.sa.conf
@@ -4,7 +4,7 @@ listen 443 ssl; listen [::]:443 ssl; - server_name review.miau.local; + server_name review.${SA_PUBLIC_DOMAIN_NAME}; location / { proxy_pass http://gerrit:8080;