13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
|
server {
|
||
|
listen 444 ssl http2;
|
||
|
server_name adhan.aninix.net;
|
||
|
|
||
|
include sec.conf;
|
||
|
include default.csp.conf;
|
||
|
|
||
|
location /
|
||
|
{
|
||
|
root /srv/adhan/;
|
||
|
}
|
||
|
}
|