Skip to content

Commit

Permalink
GITC-4669 Set cache expiry of 30 minutes for GetCapabilities requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroberts committed Sep 6, 2023
1 parent b64c48a commit b31aa48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/gc_service/make_gc_endpoint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Alias ${external_endpoint} ${internal_endpoint}
AHTSE_lua_Script ${script_loc}
AHTSE_lua_Redirect On
AHTSE_lua_KeepAlive On
Header Always Set Cache-Control "public, max-age=1800"
</Directory>
]]

Expand Down

0 comments on commit b31aa48

Please sign in to comment.