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;