Have you tried 
a) visiting http://localhost:90/tiddly/ with the quoted config below.
b) changing the location to "/tiddly/" not "/tiddly" in the quoted config 
below.




On Wednesday, May 18, 2016 at 9:19:49 AM UTC-4, Hans Maulwurf wrote:
>
> When i use
>
>     server {
>       listen 90;
>       server_name localhost;
>
>       location / {
>
>           proxy_pass   http://localhost:8090;
>           proxy_set_header        Host             $host;
>           proxy_set_header        X-Real-IP        $remote_addr;
>           proxy_set_header        X-Forwarded-For 
>  $proxy_add_x_forwarded_for;
>       }
>
>     }
>
> i can access tw fine with http://localhost:90 but when i change to 
> "location /tiddly" i am not able to access http://localhost:90/tiddly :( 
> did i miss some parameter?
>

-- 
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/543eabab-fb77-42e1-aaee-2c58c532c27a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to