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/17251587-441b-4d16-bee8-bb9f68238995%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to