setup SameSite=none value in Nginx webserver

This can only add SameSite support. For change it, you have to install Nginx 1.19.3 and set as below:

proxy_cookie_flags one samesite=none;

http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_flags