Fix a missing variable in the nginx config
This commit is contained in:
@@ -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 / {
|
||||||
|
|||||||
Reference in New Issue
Block a user