How to do URL Prefixing in SQLPage Using Reverse Proxy #691
dittybijil
started this conversation in
General
Replies: 2 comments 7 replies
|
Hello and welcome to SQLPage ! If I understand well, you launch sqlpage from a root folder {
"site_prefix": "/sample/test/",
"web_root": "./abc/"
}(you can also use environment variables, or command line arguments to set the parameters) This works as-is, without a reverse proxy. |
7 replies
|
Understood Thank you 👍 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a setup where I use SQLPage with path at
abc/index.sql. I want to make this page accessible with a prefix, such as/sample/test/, and I am attempting to achieve this using a reverse proxy (e.g., Nginx).However, I am facing issues where the URL routing does not work as expected. Could you clarify if SQLPage supports such prefixing inherently, or if there are specific reverse proxy configurations required to make this work?
Thank you for your guidance!
All reactions