remove help
This commit is contained in:
parent
2cac6ee127
commit
8e09b7b420
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ server {
|
|||
root /application/public;
|
||||
|
||||
|
||||
client_max_body_size 10m;
|
||||
client_max_body_size 30m;
|
||||
|
||||
location / {
|
||||
proxy_pass http://lms:3000;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue