Want to subscribe to topics you're interested in?
Become a Member

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,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    7:47 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

    53,852
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    9:47 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    technically you can't without using a different domain or subdomain from main web app's domain
     
  3. rdan

    rdan Well-Known Member

    5,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    7:47 AM
    Mainline
    10.2
    Okay, I'll leave it then :).
    Thanks!