14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
server {
|
|
ssl_certificate /home/podman/wild-phares/fullchain.cer;
|
|
ssl_certificate_key /home/podman/wild-phares/phares.duckdns.org.key;
|
|
ssl_protocols TLSv1.2 TLSv1.3;
|
|
listen 443 ssl http2;
|
|
server_name dorico.phares.duckdns.org;
|
|
root /home/lphares/dorico;
|
|
# usermod -a -G lphares www-data
|
|
location / {
|
|
autoindex on;
|
|
disable_symlinks on;
|
|
autoindex_format json;
|
|
}
|
|
} |