Обновление конфигурации Docker: изменение порта приложения, добавление параметра PROXY_REWRITE_ADD и обновление файла default.vrd с рабочими учетными данными
This commit is contained in:
@@ -2,8 +2,9 @@ services:
|
|||||||
app_proxy:
|
app_proxy:
|
||||||
environment:
|
environment:
|
||||||
APP_HOST: web-1c_server_1
|
APP_HOST: web-1c_server_1
|
||||||
APP_PORT: 0.0.0.0:80
|
APP_PORT: 80
|
||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
PROXY_REWRITE_ADD: "false"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
# Образ нужно собрать ЛОКАЛЬНО до установки приложения:
|
# Образ нужно собрать ЛОКАЛЬНО до установки приложения:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
base="/app-web-1c/BuhBase"
|
base="/app-web-1c/BuhBase"
|
||||||
ib="Srvr=192.168.10.195;Ref=УПФ"
|
ib="Srvr=192.168.10.195;Ref=УПФ;Usr=Фофанов Д. В.;Pwd=zula18Xaz"
|
||||||
enableStandardOData="true">
|
enableStandardOData="true">
|
||||||
<ws publishExtensionsByDefault="true" />
|
<ws publishExtensionsByDefault="true" />
|
||||||
<httpServices publishByDefault="true" publishExtensionsByDefault="true"/>
|
<httpServices publishByDefault="true" publishExtensionsByDefault="true"/>
|
||||||
|
|||||||
@@ -611,6 +611,7 @@ Alias "/app-web-1c/BuhBase" "/usr/local/apache2/htdocs/BuhBase/"
|
|||||||
Header onsuccess unset Cache-Control
|
Header onsuccess unset Cache-Control
|
||||||
Header always unset Cache-Control
|
Header always unset Cache-Control
|
||||||
Header always set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
|
Header always set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
|
||||||
|
Header always set Clear-Site-Data "\"cache\"" "expr=%{CONTENT_TYPE} =~ m#^text/html#"
|
||||||
Header always set Pragma "no-cache"
|
Header always set Pragma "no-cache"
|
||||||
Header always set Expires "0"
|
Header always set Expires "0"
|
||||||
Header edit Set-Cookie ^(.*)$ "$1; SameSite=None" "expr=%{HTTPS} == 'on' || %{HTTP:X-Forwarded-Proto} == 'https'"
|
Header edit Set-Cookie ^(.*)$ "$1; SameSite=None" "expr=%{HTTPS} == 'on' || %{HTTP:X-Forwarded-Proto} == 'https'"
|
||||||
|
|||||||
Reference in New Issue
Block a user