Calculate countdown by reading X-FIC-time giving by the server instead of rely on user system date
This commit is contained in:
parent
edce0a99f6
commit
5d7967a157
5 changed files with 29 additions and 18 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Reference in a new issue