nginx如何配置以下域名代理,例如:https://my.com/dify/作为系统入口,现在占用根域名/导致其他系统异常 #121

Closed
opened 2026-02-21 17:26:04 -05:00 by yindo · 1 comment
Owner

Originally created by @maoniangv5 on GitHub (May 30, 2023).

如题,修改nginx和config都没有实现,目前占用根域名/导致其他系统异常,想配置以下访问入口https://my.com/dify/
比如以下配置

        location /dify/ {
                proxy_pass  http://127.0.0.1:8899/;
                proxy_redirect off;
        }
Originally created by @maoniangv5 on GitHub (May 30, 2023). 如题,修改nginx和config都没有实现,目前占用根域名/导致其他系统异常,想配置以下访问入口https://my.com/dify/ 比如以下配置 ``` location /dify/ { proxy_pass http://127.0.0.1:8899/; proxy_redirect off; } ```
yindo closed this issue 2026-02-21 17:26:04 -05:00
Author
Owner

@daihy8759 commented on GitHub (Jul 10, 2023):

这个有解决么

@daihy8759 commented on GitHub (Jul 10, 2023): 这个有解决么
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#121