Kapisi/roles/WebServer/files/conf.d/Yggdrasil/adhan.conf

13 lines
193 B
Plaintext

server {
listen 443 ssl http2;
server_name adhan.aninix.net;
include conf/sec.conf;
include conf/default.csp.conf;
location /
{
root /srv/adhan/;
}
}