remove help

This commit is contained in:
ddadmin 2024-07-22 11:58:36 +03:00
parent 2cac6ee127
commit 8e09b7b420
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ server {
root /application/public; root /application/public;
client_max_body_size 10m; client_max_body_size 30m;
location / { location / {
proxy_pass http://nuxt:3000; proxy_pass http://nuxt:3000;
@ -50,9 +50,9 @@ server {
try_files $uri @rewriteapp; try_files $uri @rewriteapp;
} }
location /help { #location /help {
proxy_pass http://help-platform; # proxy_pass http://help-platform;
} #}
location /api { location /api {
rewrite ^(.*)$ /index.php/$1 last; rewrite ^(.*)$ /index.php/$1 last;

View File

@ -14,7 +14,7 @@ server {
root /application/public; root /application/public;
client_max_body_size 10m; client_max_body_size 30m;
location / { location / {
proxy_pass http://lms:3000; proxy_pass http://lms:3000;

View File

@ -21,7 +21,7 @@ SP_PASSWORD=xmlweb
SP_KEY=secret SP_KEY=secret
SP_TEST=true 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 SP_V3_KEY=secret
DEFAULT_EMAIL=no_reply@dot-dot.ru DEFAULT_EMAIL=no_reply@dot-dot.ru