Fixed docker cfg #70

This commit is contained in:
Sven Heidemann 2022-10-23 15:11:05 +02:00
parent 7b8f42ad59
commit a685ab9e06
2 changed files with 1 additions and 5 deletions

View File

@ -24,7 +24,7 @@ http {
}
location /api {
proxy_pass http://kdb_bot_staging_1;
proxy_pass http://kdb_bot_prod_1;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';

View File

@ -1,4 +0,0 @@
export const environment = {
production: true,
apiURL: "http://localhost:5000",
};