diff --git a/conf/nginx.conf b/conf/nginx.conf index e2ac7bd..5d37dd1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,5 @@ - proxy_hide_header X-Frame-Options; + add_header X-Frame-Options https://__DOMAIN__/videos/embed; + location ~ ^/client/(.*\.(js|css|woff2|otf|ttf|woff|eot))$ { add_header Cache-Control "public, max-age=31536000, immutable";