Hi Marc,

I used this setup several times. 

Marc Kaufmann <marc.kaufman...@gmail.com> hat am 1. April 2017 um 23:01 
geschrieben:
location / {
try_files proxy_pass http:///127.0.0.1:8080;
}

I think you should omit the "try_files". I think it should read:

location / {
  proxy_pass http:///127.0.0.1:8080;
}

Best wishes,
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to