-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORS #118
Comments
mode http I suppose Did you put |
Thank you so much for a very quick response, so my config file should be look like this with CORS,
Right? |
Yes |
I thought with above config cache will save on nuster server for 7 days, but in reality it is not saving anything, its only playing video from backend server like a proxy server, |
@SilipTv5 The config is OK. Do you have permission to write to /cache ? Can you enable log and upload the logs? |
if i want to use Nuster as a reverse proxy without using any cache, below config is ok?
|
Yes |
this is working and now facing SSL issue, any idea? |
sounds like standard ssl termination, so this should help: |
Finally this config work with SSL, but facing a minor issue, WordPress site health have this issue |
Hi this is very basic question but i spent a lot of time but no success, im using nuster as a cache server and need to add CORS, below is my simplest config file
i tried to add CORS
http-response set-header Access-Control-Allow-Origin "yourhostname.com"
but no success
any idea plz?
The text was updated successfully, but these errors were encountered: