Skip to content

Commit

Permalink
Chore: add proxy_pass option to nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jul 31, 2018
1 parent 20c99b5 commit 8998ccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _mediaPreview/nginx.conf
Expand Up @@ -56,6 +56,10 @@ http {
add_header Access-Control-Allow-Methods "GET, OPTIONS";

alias "c:/CasparCG Server/server/_previews/";

# If filesystem access is not possible or desirable, you can also pass-through
# requests to CasparCG MediaScanner
# proxy_pass http://CasparCGServer/media/preview/;
}
}
}
Expand Down

0 comments on commit 8998ccd

Please sign in to comment.