new version proxy to kopama.com.pl

This commit is contained in:
Artur Kuś 2025-11-28 09:44:43 +01:00
parent 59c02e6c4d
commit 80ea9a05a8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ server {
listen 443 ssl; listen 443 ssl;
server_name kopama.com.pl www.kopama.com.pl; server_name kopama.com.pl www.kopama.com.pl;
server_tokens off server_tokens off;
ssl_certificate /letsencrypt/live/kopama.com.pl/fullchain.pem; ssl_certificate /letsencrypt/live/kopama.com.pl/fullchain.pem;
ssl_certificate_key /letsencrypt/live/kopama.com.pl/privkey.pem; ssl_certificate_key /letsencrypt/live/kopama.com.pl/privkey.pem;