frontend_https
This commit is contained in:
parent
94ccdf804f
commit
15ee71402c
|
@ -28,6 +28,6 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
proxy_pass http://api_server;
|
proxy_pass https://api_server;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue