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

13 lines
184 B
Plaintext
Raw Normal View History

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