From 0642de9f4e780d8faee3cba80395ed0525577d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Tue, 2 Sep 2025 18:38:01 +0200 Subject: [PATCH] +kopama.com.pl changing nginx conf --- nginx-config/https/https-kopama-com.pl.conf | 2 +- nginx-config/https/https-kopama-themself-eu.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-config/https/https-kopama-com.pl.conf b/nginx-config/https/https-kopama-com.pl.conf index bb33fc1..16bb2f0 100644 --- a/nginx-config/https/https-kopama-com.pl.conf +++ b/nginx-config/https/https-kopama-com.pl.conf @@ -1,7 +1,7 @@ server { listen 443 ssl; - server_name kopama.themself.eu; + server_name kopama.com.pl; server_tokens off; diff --git a/nginx-config/https/https-kopama-themself-eu.conf b/nginx-config/https/https-kopama-themself-eu.conf index 62520ad..60ccaf5 100644 --- a/nginx-config/https/https-kopama-themself-eu.conf +++ b/nginx-config/https/https-kopama-themself-eu.conf @@ -1,7 +1,7 @@ server { listen 443 ssl; - server_name kopama.com.pl; + server_name kopama.themself.eu; server_tokens off;