frontend_https

This commit is contained in:
ahmed531998 2023-04-08 03:22:00 +02:00
parent 94ccdf804f
commit 15ee71402c
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ server {
} }
location /api { location /api {
proxy_pass http://api_server; proxy_pass https://api_server;
} }
} }