dify icon indicating copy to clipboard operation
dify copied to clipboard

how to configure nginx subpath proxy like: https://my.com/dify/

Open maoniangv5 opened this issue 2 years ago • 1 comments

如题,修改nginx和config都没有实现,目前占用根域名/导致其他系统异常,想配置以下访问入口https://my.com/dify/ 比如以下配置 how to configure nginx subpath proxy like: https://my.com/dify/ the following config have no effect, and the static files redirect to root domain

        location /dify/ {
                proxy_pass  http://127.0.0.1:8899/;
                proxy_redirect off;
        }

maoniangv5 avatar May 30 '23 08:05 maoniangv5

你好,能分享一下 nginx 下的 location 的配置和设置吗?我感觉都被搞懵了。对于 app url 和 web url 各种设置不知道怎么配置?

ryzn0518 avatar May 31 '23 06:05 ryzn0518