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

13 lines
184 B
Plaintext
Raw Normal View History

2020-10-08 16:33:19 -05:00
server {
listen 444 ssl http2;
server_name adhan.aninix.net;
include sec.conf;
include default.csp.conf;
location /
{
root /srv/adhan/;
}
}