Fix a missing variable in the nginx config
This commit is contained in:
@@ -116,6 +116,9 @@ http {
|
||||
|
||||
# Forwarding authentication server
|
||||
server {
|
||||
# Variables for proxifying
|
||||
set $admin admin;
|
||||
|
||||
listen 127.0.0.1:8000;
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user