mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-01 04:25:58 -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 443 ssl;
|
||||
server_name localhost;
|
||||
|
||||
include /etc/nginx/conf.d/ip-whitelist.conf;
|
||||
|
||||
ssl_certificate /etc/ssl/certs/cert.pem;
|
||||
ssl_certificate_key /etc/ssl/private/key.pem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user