From 4aef4881e1e4f704be6d1ed035679d60d33b46a2 Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Tue, 19 May 2026 02:57:19 +0400 Subject: [PATCH] changes --- angular.json | 2 +- nginx.conf | 12 ++++++++++++ .../environment.lavero.production.ts | 2 +- src/environments/environment.lavero.ts | 2 +- src/index.lavero.html | 16 ++++++++-------- 5 files changed, 23 insertions(+), 11 deletions(-) diff --git a/angular.json b/angular.json index f00f922..c74d9fe 100644 --- a/angular.json +++ b/angular.json @@ -225,7 +225,7 @@ "dexarmarket.ru", "dexar.market", "localhost", - "lavero.store" + "lovero.store" ], "proxyConfig": "proxy.conf.json" }, diff --git a/nginx.conf b/nginx.conf index 53427b3..89fe54d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -45,3 +45,15 @@ server { # brotli_comp_level 6; # brotli_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml; } + +server { + listen 80; + server_name lovero.store www.lovero.store; + + location / { + proxy_pass http://127.0.0.1:4202; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + } +} diff --git a/src/environments/environment.lavero.production.ts b/src/environments/environment.lavero.production.ts index e726238..3734022 100644 --- a/src/environments/environment.lavero.production.ts +++ b/src/environments/environment.lavero.production.ts @@ -8,7 +8,7 @@ export const environment = { logo: '/assets/images/lavero/lavero-logo.png', contactEmail: 'info@lavero.store', supportEmail: 'info@lavero.store', - domain: 'lavero.store', + domain: 'lovero.store', telegram: '@laveromarket', telegramBot: 'laveroSupportbot', phones: { diff --git a/src/environments/environment.lavero.ts b/src/environments/environment.lavero.ts index 508a1bc..cd98fad 100644 --- a/src/environments/environment.lavero.ts +++ b/src/environments/environment.lavero.ts @@ -8,7 +8,7 @@ export const environment = { logo: '/assets/images/lavero/lavero-logo.png', contactEmail: 'info@lavero.store', supportEmail: 'info@lavero.store', - domain: 'lavero.store', + domain: 'lovero.store', telegram: '@laveromarket', telegramBot: 'laveroSupportbot', phones: { diff --git a/src/index.lavero.html b/src/index.lavero.html index d2eda30..e126468 100644 --- a/src/index.lavero.html +++ b/src/index.lavero.html @@ -13,19 +13,19 @@ - + - + - + - + @@ -49,11 +49,11 @@ "@context": "https://schema.org", "@type": "WebSite", "name": "Lavero Store", - "url": "https://lavero.store/", + "url": "https://lovero.store/", "description": "Современный маркетплейс для покупки цифровых товаров", "potentialAction": { "@type": "SearchAction", - "target": "https://lavero.store/search?q={search_term_string}", + "target": "https://lovero.store/search?q={search_term_string}", "query-input": "required name=search_term_string" } } @@ -63,8 +63,8 @@ "@context": "https://schema.org", "@type": "Organization", "name": "Lavero Store", - "url": "https://lavero.store/", - "logo": "https://lavero.store/assets/images/lavero-logo.svg", + "url": "https://lovero.store/", + "logo": "https://lovero.store/assets/images/lavero-logo.svg", "contactPoint": { "@type": "ContactPoint", "telephone": "+7-916-109-10-32",