Jump to content

Lucian

Approved members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Lucian

  1. With nginx it can be done by adding these location blocks: location = /delivery/asyncspc.php {fastcgi_hide_header Set-Cookie;} location = /delivery/lg.php {fastcgi_hide_header Set-Cookie;} Most likely you'd have to also repeat the php configuration (fastgi_pass etc.) inside each block. Also make sure that locations actually match your specific setup.
×
×
  • Create New...