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;
...