ci
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
This commit is contained in:
parent
38c12e7190
commit
ec6a8de310
|
@ -6,7 +6,7 @@ services:
|
|||
image: nginx:1.19.2
|
||||
volumes:
|
||||
- ./dist:/var/www
|
||||
- ./nginx.conf:/etc/nginx/conf
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
networks:
|
||||
- feadmindroneci
|
||||
|
||||
|
|
12
nginx.conf
12
nginx.conf
|
@ -60,18 +60,6 @@ http {
|
|||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
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 {
|
||||
listen 80;
|
||||
|
|
Loading…
Reference in New Issue