From 8e09b7b4202d19f75f9edd9285f6dcf6d292f221 Mon Sep 17 00:00:00 2001 From: ddadmin Date: Mon, 22 Jul 2024 11:58:36 +0300 Subject: [PATCH] remove help --- configs/nginx/conf.d/default.conf | 8 ++++---- configs/nginx/conf.d/lms.dot-dot.ru.conf | 2 +- configs/php/.env | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/nginx/conf.d/default.conf b/configs/nginx/conf.d/default.conf index 5b3fc4a..88cae4a 100644 --- a/configs/nginx/conf.d/default.conf +++ b/configs/nginx/conf.d/default.conf @@ -13,7 +13,7 @@ server { root /application/public; - client_max_body_size 10m; + client_max_body_size 30m; location / { proxy_pass http://nuxt:3000; @@ -50,9 +50,9 @@ server { try_files $uri @rewriteapp; } - location /help { - proxy_pass http://help-platform; - } + #location /help { + # proxy_pass http://help-platform; + #} location /api { rewrite ^(.*)$ /index.php/$1 last; diff --git a/configs/nginx/conf.d/lms.dot-dot.ru.conf b/configs/nginx/conf.d/lms.dot-dot.ru.conf index 86c9ffe..42dc367 100644 --- a/configs/nginx/conf.d/lms.dot-dot.ru.conf +++ b/configs/nginx/conf.d/lms.dot-dot.ru.conf @@ -14,7 +14,7 @@ server { root /application/public; - client_max_body_size 10m; + client_max_body_size 30m; location / { proxy_pass http://lms:3000; diff --git a/configs/php/.env b/configs/php/.env index 633850c..c12f539 100644 --- a/configs/php/.env +++ b/configs/php/.env @@ -21,7 +21,7 @@ SP_PASSWORD=xmlweb SP_KEY=secret SP_TEST=true -SP_V3_URL=https://spasskievorota.ru/services/test/cargo_3.php +SP_V3_URL=https://spasskievorota.ru/services/work/cargo_3.php SP_V3_KEY=secret DEFAULT_EMAIL=no_reply@dot-dot.ru