mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
update
This commit is contained in:
parent
6603482103
commit
1285c80eb3
3 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
h1:crT3nmopHwbRhK9YBcxrMA79uwxnUeICrXCVqfyGhY4=
|
||||
schema.sql h1:paerY0qit/xu/bmqWoRAz7yaW0Omzrd3qGiGHw0dFGc=
|
||||
h1:Cm7vJ3GAMEEH7A63yih9zeu5Y7sCROVWxSu+3wYTmLo=
|
||||
schema.sql h1:oJuP4yJdNOdfTD8ekIQIDeGYuCxoVTdUDsp66sVye1c=
|
||||
|
|
|
@ -17,7 +17,7 @@ server {
|
|||
}
|
||||
|
||||
location /api {
|
||||
proxy_pass http://api:8080;
|
||||
proxy_pass http://server:8080;
|
||||
proxy_redirect default;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
|
|
@ -14,7 +14,7 @@ server {
|
|||
}
|
||||
|
||||
location /api {
|
||||
proxy_pass http://api:8080;
|
||||
proxy_pass http://server:8080;
|
||||
proxy_redirect default;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
|
Loading…
Reference in a new issue