Calculate countdown by reading X-FIC-time giving by the server instead of rely on user system date

This commit is contained in:
nemunaire 2014-11-23 16:56:30 +01:00
commit 5d7967a157
5 changed files with 29 additions and 18 deletions

View file

@ -7,6 +7,7 @@
add_header Strict-Transport-Security "max-age=2592000; includeSubdomains";
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
add_header X-FIC-time $msec;
location / {
if (-f $request_filename) {