changed to koin
This commit is contained in:
parent
d74489af16
commit
b7117bb700
1 changed files with 2 additions and 2 deletions
|
@ -37,13 +37,13 @@ server {
|
|||
}
|
||||
|
||||
location /messages {
|
||||
proxy_pass http://10.0.0.8:3000/messages;
|
||||
proxy_pass http://10.0.0.9:3000/messages;
|
||||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
add_header 'Access-Control-Allow-Headers' 'X-Username';
|
||||
}
|
||||
|
||||
location /kelderapi/ {
|
||||
proxy_pass http://10.0.0.8:5000/kelderapi/;
|
||||
proxy_pass http://10.0.0.9:5000/kelderapi/;
|
||||
}
|
||||
|
||||
location /socket.io/ {
|
||||
|
|
Loading…
Reference in a new issue