remove help
This commit is contained in:
parent
2cac6ee127
commit
8e09b7b420
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue