cache In NGINX
-
בהמשך לעניין הנ"ל,
מה שאני רואה כעת זה שהדפדפן מעלה קבצים מהזיכרון שלו.
כתוב לי ליד התשובה, from memory cache
הנה השרת ב NGINXserver_name ????.il; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://localhost:XXXX; proxy_redirect off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; location /templates/{ root /root/?????/assets/; proxy_no_cache 1; } location /js/{ root /root/??????/assets/; proxy_no_cache 1; } location /styles/{ root /root/??????/assets/; proxy_no_cache 1; } }
הבעיה היא בלוקיישן template