MEB Online
MEB Online
Use this add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; add_header 'Access-Control-Allow-Headers' 'User-Agent,Keep-Alive,Content-Type'; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range';
Try edit data/nginx/proxy_host/x.conf (x means your website id 1 or 2 or 3 etc.,) like this ``` # ------------------------------------------------------------ # abc.domain.com # ------------------------------------------------------------ map $scheme $hsts_header { https "max-age=63072000; preload";...