Started IP whitelist, but defunct because of docker swarm obfuscating real IP

This commit is contained in:
kexkey
2018-10-16 12:55:02 -04:00
parent 2a7ca27600
commit 208d61361c
6 changed files with 42 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ server {
listen 80;
server_name localhost;
include /etc/nginx/conf.d/ip-whitelist.conf;
location / {
auth_request /auth;
proxy_pass http://cyphernode:8888;