mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 08:46:20 -04:00
Add cache-control: no-cache to nginx config
This commit is contained in:
parent
3d9a185baf
commit
ff2d146078
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@ server {
|
|||
#charset koi8-r;
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
||||
expires epoch;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
|
@ -42,6 +44,8 @@ server {
|
|||
#charset koi8-r;
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
||||
expires epoch;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue