Guest User

Untitled

a guest
Dec 14th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. location = /foobar {
  2. proxy_pass https://someawsuri;
  3. proxy_redirect default;
  4. }
  5.  
  6. location / {
  7. # First attempt to serve request as file, then
  8. # as directory, then fall back to displaying a 404.
  9. try_files $uri $uri/ =404;
  10. }
Add Comment
Please, Sign In to add comment