Welcome to Centmin Mod Community
Register Now

Nginx Strip "Cookie" header on static files?

Discussion in 'Centmin Mod Insights' started by rdan, Jan 1, 2017.

  1. rdan

    rdan Well-Known Member

    5,426
    1,389
    113
    May 25, 2014
    Ratings:
    +2,172
    Local Time:
    6:20 AM
    Mainline
    10.2
    I want to implement this without using separate sub domain.
    I tried using openresty headers-more-nginx-module.
    • more_set_headers
    • more_clear_headers
    on staticfiles.conf, but still not working.


     
  2. eva2000

    eva2000 Administrator Staff Member

    50,922
    11,805
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,263
    Local Time:
    8:20 AM
    Nginx 1.25.x
    MariaDB 10.x
    technically you can't without using a different domain or subdomain from main web app's domain
     
  3. rdan

    rdan Well-Known Member

    5,426
    1,389
    113
    May 25, 2014
    Ratings:
    +2,172
    Local Time:
    6:20 AM
    Mainline
    10.2
    Okay, I'll leave it then :).
    Thanks!