changes
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
"dexarmarket.ru",
|
||||
"dexar.market",
|
||||
"localhost",
|
||||
"lavero.store"
|
||||
"lovero.store"
|
||||
],
|
||||
"proxyConfig": "proxy.conf.json"
|
||||
},
|
||||
|
||||
12
nginx.conf
12
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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://lavero.store/">
|
||||
<meta property="og:url" content="https://lovero.store/">
|
||||
<meta property="og:title" content="Lavero Store - Маркетплейс цифровых товаров">
|
||||
<meta property="og:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
|
||||
<meta property="og:image" content="https://lavero.store/og-image.jpg">
|
||||
<meta property="og:image" content="https://lovero.store/og-image.jpg">
|
||||
<meta property="og:locale" content="ru_RU">
|
||||
<meta property="og:site_name" content="Lavero Store">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://lavero.store/">
|
||||
<meta property="twitter:url" content="https://lovero.store/">
|
||||
<meta property="twitter:title" content="Lavero Store - Маркетплейс цифровых товаров">
|
||||
<meta property="twitter:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
|
||||
<meta property="twitter:image" content="https://lavero.store/og-image.jpg">
|
||||
<meta property="twitter:image" content="https://lovero.store/og-image.jpg">
|
||||
|
||||
<!-- Apple Touch Icon -->
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user