mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-09 06:09:47 -08:00
Started IP whitelist, but defunct because of docker swarm obfuscating real IP
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user