Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Remove last modified header
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Aug 1, 2019
1 parent 468c30d commit 238d973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nginx/default.conf
Expand Up @@ -4,6 +4,7 @@ server {

location / {
root /usr/share/nginx/html;
add_header Last-Modified "";
index index.html index.htm;
}

Expand All @@ -13,4 +14,4 @@ server {
}

error_page 404 =200 /index.html;
}
}

0 comments on commit 238d973

Please sign in to comment.