-
Notifications
You must be signed in to change notification settings - Fork 34
Serve static data from a separate domain #73
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
Comments
During fixing #72 I realized that if we want to serve static data from separate domain we must have a SSL certificate for that domain too. So, I reverted my previous changes back for a while. |
SSL certificate from letsencypt has been uploaded to the server. |
After rolling out fix I discover that this works only for requests to
|
Dunno what was it but now it works.. |
All works except this redirect: https://stamps.filezz.ru/account/auth => https://my-stamps.ru |
To increase security we should serve static data (*.css, *.js, *.jpg, *.png) from separate domain.
The text was updated successfully, but these errors were encountered: