[enh] work in progress
This commit is contained in:
parent
9be801f790
commit
9fd6ecfcdb
3 changed files with 142 additions and 25 deletions
12
files/nginx/laser.conf
Normal file
12
files/nginx/laser.conf
Normal 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;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue