Fix a missing variable in the nginx config

master
kaiyou 7 years ago
parent c877d1affb
commit 97dd9ed77c

@ -116,6 +116,9 @@ http {
# Forwarding authentication server
server {
# Variables for proxifying
set $admin admin;
listen 127.0.0.1:8000;
location / {

Loading…
Cancel
Save