[enh] work in progress

This commit is contained in:
alban 2020-09-23 18:56:10 +02:00
parent 9be801f790
commit 9fd6ecfcdb
3 changed files with 142 additions and 25 deletions

12
files/nginx/laser.conf Normal file
View file

@ -0,0 +1,12 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
server_name _;
root /opt/LJ/www;
index index.html index.htm index.nginx-debian.html;
}