home · contact · privacy
a1e57d0731a07e766bcd60ecc5837293953c7733
[config] / buster / etc_files / web_static / etc / nginx / sites-available / static.nginx
1 server {
2     listen 443 ssl;
3     server_name REPLACE_fqdn_ECALPER;
4     ssl_certificate /etc/letsencrypt/live/REPLACE_fqdn_ECALPER/fullchain.pem;
5     ssl_certificate_key /etc/letsencrypt/live/REPLACE_fqdn_ECALPER/privkey.pem;
6     root /var/www/html/;
7     index index.html index.htm index.nginx-debian.html;
8 }