-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Enable relative path like http://www.example.com/hackmd #86
Comments
I haven't tried this yet, I use nginx more. |
Yes, I'm using mod_proxy_http as follows, that works fine. <Location />
ProxyPass http://localhost:3000/
ProxyPassReverse http://localhost:3000/
</Location> But It's not working as follows, because static file or redirect path uses fixed path like "/", "/new", "/css" and so on. <Location /hackmd>
ProxyPass http://localhost:3000/hackmd
ProxyPassReverse http://localhost:3000/hackmd
</Location> |
OK, I will see what I can do. |
Supported in b2b1be3 For example, your url is
|
Hi @adachij2002 |
It works fine for me.Thank you!
|
It's not possible without proxy
|
I see. Do you Sing in via OAuth with that configuration?
I configured apache like this
But I caught error as follows.
|
Sorry for my miss configuration. |
👍 Happy Coding! |
I'd like to configure apache to serve hackmd at any route like http://example.com/hackmd.
The text was updated successfully, but these errors were encountered: