Skip to content

Commit

Permalink
doc: refreshed linking nginx.x-accel
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Oct 3, 2024
1 parent b9d72c5 commit 79bd932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def set_response_headers_cache(context, request=None, cache_max_age=24*3600, cac
@param cache_s_maxage: seconds the element remains in public/proxy cache (value -1 means cache_s_maxage = cache_max_age)
@see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#directives
@see: http://nginx.org/en/docs/http/ngx_http_headers_module.html#expires
@see: https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/
@see: https://github.com/nginxinc/nginx-wiki/blob/master/source/start/topics/examples/x-accel.rst
@returns: Tuple of expires date time in GMT as ISO8601 string and the seconds until expiration
@retype: C{tuple}
"""
Expand Down

0 comments on commit 79bd932

Please sign in to comment.