Files
md-renewed/md-renewed-httpd.conf
2022-02-08 21:23:04 +01:00

9 lines
181 B
Plaintext

MDMessageCmd /usr/libexec/md-renewed/md-message
<Location "/md-renewed-status">
<If "%{HTTP_HOST} == '127.0.0.1'">
SetHandler md-status
Require local
</If>
</Location>