Skip to content

Commit 5dd8053

Browse files
committed
fix/nginx-proxy-pass-to-backend
1 parent 92fc655 commit 5dd8053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Clients/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ server {
1717

1818
# Proxy API requests to backend
1919
location /api {
20-
proxy_pass http://localhost:3000; # no trailing slash - keeps /api prefix
20+
proxy_pass http://verifywise_backend_1:3000; # no trailing slash - keeps /api prefix
2121
proxy_http_version 1.1;
2222
proxy_set_header Host $host;
2323
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)