For completeness, here's an example for Nginx, limited to .php files: location ~* \.php$ { add_header Cache-Control "no-cache"; }.
確定! 回上一頁