removed config files from Dockerfile

This commit is contained in:
jash
2018-10-24 00:39:26 +02:00
committed by kexkey
parent 7391a29d37
commit 209d46453c
5 changed files with 2 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ server {
listen 80;
server_name localhost;
include /etc/nginx/conf.d/ip-whitelist.conf;
#include /etc/nginx/conf.d/ip-whitelist.conf;
location / {
auth_request /auth;