Fix a missing variable in the nginx config

This commit is contained in:
kaiyou
2017-11-18 15:22:03 +01:00
parent c877d1affb
commit 97dd9ed77c

View File

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