Hey,

could someone help me to get TW5 working with nginx under a suburl? I run 
"tiddlywiki testwiki --server 8090 $:/core/save/all text/plain text/html "" 
"" 0.0.0.0"

Then i can access the tw fine with localhost:8090 or my dyndnsxxx:8090. But 
i want to get it at localhost/tiddly. I tried it with nginx-conf:

    location / {
alias /tiddly;
        proxy_pass   http://hansarch.ddns.info:8090;
        proxy_max_temp_file_size 0 ;
        proxy_set_header        Host             $host;
        proxy_set_header        X-Real-IP        $remote_addr;
        proxy_set_header        X-Forwarded-For  $proxy_add_x_forwarded_for;
    }

But i only get a white page. Any suggestions?

Thanks for ur help,

Hans

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a97b390a-e2e6-496a-9acf-4f0c49f209fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to