Hello again,

So I am using Nginx to host my Tiddlywiki Node.js install in a subdriectory 
i.e. https://mysite.com/wiki/

It works fine and I can access, edit and save everything but every-time I 
load the wiki I get a XMLHttpRequest error code: 404 popup (See attached 
image)

>From my understanding nginx isn't passing the XMLHttpRequest properly. 
Anyone know the appropriate configuration to fix this? My Google-fu has 
failed me on this one.

My simplistic config setup:
        location  /wiki/ {

                proxy_pass http://127.0.0.1:8001/;

        }


<https://lh4.googleusercontent.com/-XOeFfsqVXvo/VGwRauCRnUI/AAAAAAAAEJU/Z2mzMn3Gyec/s1600/Untitled.png>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to