Kapisi/roles/WebServer/files/conf.d/password.conf

13 lines
217 B
Plaintext

server {
listen 444 ssl http2;
server_name password.aninix.net;
include sec.conf;
include default.csp.conf;
location /
{
root /usr/share/webapps/self-service-password/;
}
}