We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fc655 commit 5dd8053Copy full SHA for 5dd8053
Clients/nginx.conf
@@ -17,7 +17,7 @@ server {
17
18
# Proxy API requests to backend
19
location /api {
20
- proxy_pass http://localhost:3000; # no trailing slash - keeps /api prefix
+ proxy_pass http://verifywise_backend_1:3000; # no trailing slash - keeps /api prefix
21
proxy_http_version 1.1;
22
proxy_set_header Host $host;
23
proxy_set_header X-Real-IP $remote_addr;
0 commit comments