-
|
Hi everyone, just a quick question I have a reflex site proxied to from localhost:3000 -> www.mypage.com/myreflexpage thanks in advance Carlos |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
you have to set frontend_path="/subpath" being subpath like-> https://www.mypage.com/subpath |
Beta Was this translation helpful? Give feedback.
-
|
Reflex version: 0.6.5 I continue the thread with one more question. I have set Additionally I am not sure about paths and urls when my app is deployed in a subpath. I have an NGINX Docker container for the frontend and also works as a proxy and a Python Docker container for the backend.
This is my configuration, but I am not sure about it: Thanks in advance, Alejandro |
Beta Was this translation helpful? Give feedback.
you have to set frontend_path="/subpath"
being subpath like-> https://www.mypage.com/subpath