From 312b48244a5b588cf21ecb444eeeb25fb2a78f99 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 1 Jun 2021 10:00:32 +0800 Subject: [PATCH] update Former-commit-id: 954b770f8d1b3f52443da0ea2944a08950aa27c2 Former-commit-id: 893de8686a13962abb5514da4c93b8e6043fc13c --- labs/docker-lan/conf/dnsmasq/dnsmasq.conf | 3 +-- labs/docker-lan/conf/nginx/conf.d/gitlab.conf | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 labs/docker-lan/conf/nginx/conf.d/gitlab.conf diff --git a/labs/docker-lan/conf/dnsmasq/dnsmasq.conf b/labs/docker-lan/conf/dnsmasq/dnsmasq.conf index dfadd0ec..27a8017f 100644 --- a/labs/docker-lan/conf/dnsmasq/dnsmasq.conf +++ b/labs/docker-lan/conf/dnsmasq/dnsmasq.conf @@ -12,5 +12,4 @@ strict-order server=/lan/10.10.14.176 #explicitly define host-ip mappings address=/portainer.lan/10.10.14.176 -address=/netdata.lan/10.10.14.176 -address=/gitlab.lan/10.10.14.176 \ No newline at end of file +address=/netdata.lan/10.10.14.176 \ No newline at end of file diff --git a/labs/docker-lan/conf/nginx/conf.d/gitlab.conf b/labs/docker-lan/conf/nginx/conf.d/gitlab.conf deleted file mode 100644 index c53897f5..00000000 --- a/labs/docker-lan/conf/nginx/conf.d/gitlab.conf +++ /dev/null @@ -1,8 +0,0 @@ -server { - listen 80; - server_name gitlab.lan; - - location / { - proxy_pass http://gitlab:9080; - } -} \ No newline at end of file