feat: hosting new dttmr-fe and dttmr-api
This commit is contained in:
@@ -27,6 +27,14 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
|
location /api {
|
||||||
|
client_max_body_size 512m;
|
||||||
|
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
||||||
|
proxy_pass http://10.222.0.2:8080;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
location /vault {
|
location /vault {
|
||||||
|
|||||||
Reference in New Issue
Block a user