1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

фикс авторизации2

This commit is contained in:
MoonTestUse1
2025-01-03 20:54:47 +06:00
parent b9fbad1d20
commit b44497fe35
3 changed files with 13 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ server {
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
# Отключаем проверку SSL
proxy_ssl_verify off;
}
# API proxy
@@ -23,6 +26,9 @@ server {
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
# Отключаем проверку SSL
proxy_ssl_verify off;
}
# Handle SPA routing