freebsd-ports/www/p5-Plack-Middleware-Expires/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

5 lines
329 B
Text

Plack::Middleware::Expires is Apache's mod_expires for Plack. This middleware
controls the setting of Expires HTTP header and the max-age directive of the
Cache-Control HTTP header in server responses. Note: Expires works only for
successful response and If exists Expires HTTP header already, this middleware
does not override.