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
|
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
|
||||||
|
|
||||||
|
|
12
nginx.conf
12
nginx.conf
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue