Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. location /uploads/ {
  2. if ( $request_filename ~ "^(.*/)" ) {
  3. set $request_directory $1;
  4. }
  5. if ( -f "$request_directory/.wgaccess" ) {
  6. proxy_pass http://127.0.0.1:8081;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement