mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 11:55:37 +02:00
docs: fix incorrect nginx configuration (#171)
This commit is contained in:
parent
d1d3d847a3
commit
7acd460adf
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ server {
|
|||
|
||||
# API requests - adjust port if you customized it
|
||||
location /api/ {
|
||||
proxy_pass http://localhost:3001; # or your custom port
|
||||
proxy_pass http://localhost:3001/; # or your custom port
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue