1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00

Use HOST_ADMIN in "Forwarding authentication server". Fixes #436.

This commit is contained in:
Scott 2018-04-07 12:38:42 -05:00
parent 52bad80af8
commit b9e67635f4

View File

@ -149,7 +149,7 @@ http {
# Forwarding authentication server
server {
# Variables for proxifying
set $admin admin;
set $admin {{ HOST_ADMIN }};
listen 127.0.0.1:8000;