0 votes
in NGINX by
How You Can Get The Current Time In Nginx?

1 Answer

0 votes
by
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 Dec 16, 2019 in NGINX by sharadyadav1986
0 votes
asked Feb 3, 2020 in NGINX by Tate
...