in NGINX by (31.7k points)
How You Can Get The Current Time In Nginx?

1 Answer

0 votes
by (32.2k points)
To get the current time in Nginx, you have to use variables from SSI module, $date_gmt and $date_local.

Proxy_set_header THE­TIME $date_gmt;

Related questions

0 votes
asked Feb 3, 2020 in NGINX by Tate (883 points)
0 votes
0 votes
0 votes
asked Feb 3, 2020 in NGINX by Tate (883 points)
0 votes
asked Feb 3, 2020 in NGINX by Tate (883 points)
...