change support log lonk

master
Matthew 2024-08-15 11:51:35 -04:00
parent 589054c287
commit e1b186cec7
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
2 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
server {
listen 10.8.0.1:443 ssl http2;
#listen [::]:443 ssl http2;
server_name cr.ins;
ssl_certificate /etc/nginx/ssl/cr-ins.chain.crt;
ssl_certificate_key /etc/nginx/ssl/cr-ins.key.pem;
location / {
proxy_pass http://10.8.0.1:3891;
}
}