JimyKK
2014-11-19 03:48:45 UTC
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/;
}
<Loading Image...
>
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/;
}
<Loading Image...
--
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 tiddlywiki+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
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 tiddlywiki+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.