ci
continuous-integration/drone Build is passing Details

This commit is contained in:
周炽键 2021-06-02 22:01:03 +08:00
parent 38c12e7190
commit ec6a8de310
2 changed files with 1 additions and 13 deletions

View File

@ -6,7 +6,7 @@ services:
image: nginx:1.19.2 image: nginx:1.19.2
volumes: volumes:
- ./dist:/var/www - ./dist:/var/www
- ./nginx.conf:/etc/nginx/conf - ./nginx.conf:/etc/nginx/nginx.conf
networks: networks:
- feadmindroneci - feadmindroneci

View File

@ -60,18 +60,6 @@ http {
include /etc/nginx/conf.d/*.conf; include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*; include /etc/nginx/sites-enabled/*;
upstream netdata-backend {
server 127.0.0.1:19999;
keepalive 64;
}
upstream openwrt {
server 192.168.1.1;
keepalive 64;
}
server { server {
listen 80; listen 80;