From 80ea9a05a88968e52a40c9226d7965b07fb0f885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Fri, 28 Nov 2025 09:44:43 +0100 Subject: [PATCH] new version proxy to kopama.com.pl --- nginx-config/https/kopama.com.pl-redirect.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-config/https/kopama.com.pl-redirect.conf b/nginx-config/https/kopama.com.pl-redirect.conf index a2061b6..994b555 100644 --- a/nginx-config/https/kopama.com.pl-redirect.conf +++ b/nginx-config/https/kopama.com.pl-redirect.conf @@ -3,7 +3,7 @@ server { listen 443 ssl; 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_key /letsencrypt/live/kopama.com.pl/privkey.pem;