Happened!!
- replace:
filename: "/etc/nginx/conf.d/discourse.conf"
from: /sendfile on;/
to: |
add_header Cache-Control "no-store";
add_header Pragma "no-cache";
sendfile on;
Happened!!
- replace:
filename: "/etc/nginx/conf.d/discourse.conf"
from: /sendfile on;/
to: |
add_header Cache-Control "no-store";
add_header Pragma "no-cache";
sendfile on;