forked from sh-edraft.de/sh_discord_bot
Fixed docker cfg #70
This commit is contained in:
parent
7b8f42ad59
commit
a685ab9e06
@ -24,7 +24,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
proxy_pass http://kdb_bot_staging_1;
|
proxy_pass http://kdb_bot_prod_1;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection 'upgrade';
|
proxy_set_header Connection 'upgrade';
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
export const environment = {
|
|
||||||
production: true,
|
|
||||||
apiURL: "http://localhost:5000",
|
|
||||||
};
|
|
Loading…
Reference in New Issue
Block a user