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:
parent
52bad80af8
commit
b9e67635f4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user