This commit is contained in:
happybell80 2025-07-09 22:46:21 +09:00
parent 42ec74c348
commit f5ab712ea4

View File

@ -139,7 +139,7 @@ server {
# RB10508 API endpoints # RB10508 API endpoints
location /rb10508/ { location /rb10508/ {
proxy_pass http://localhost:10508; proxy_pass http://localhost:10508/;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;