webui
This commit is contained in:
14
web/nginx.conf
Normal file
14
web/nginx.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen 80;
|
||||
charset utf-8;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
add_header Content-Type "text/html; charset=utf-8";
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
proxy_pass http://collector:8080/;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user