[TW5 + Node.js] Proxy / Location configuration

53 views
Skip to first unread message

JFB

unread,
Dec 24, 2015, 10:50:52 AM12/24/15
to TiddlyWiki
Hi there,

I want to host tw5 on my domain, using node.js proxified to apache https, under an sub-location of root.

I tried several configuration, but still didn't manage to make things work :

I have the following lines in my virtualhost part of the apache configuration :

<Location "/wiki" >
        ProxyPass http://localhost:3000/
        ProxyPassReverse http://localhost:3000/
</Location>

I also created the "$:/config/tiddlyweb/host" tiddler with "https://(my_domain)/wiki/" in it

But having problem opening url like https://(my_domain)/wiki/status and https://(my_domain)/wiki/recipes/undefined/tiddlers/%24%3A%2FStoryList wich
gives 403 or 404 ...

Any hint would be greatly appeciated.
Reply all
Reply to author
Forward
0 new messages