[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-26 20:17:49
This commit is contained in:
parent
746034f6fe
commit
b59fcc8802
|
|
@ -117,6 +117,7 @@ server {
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
|
proxy_ssl_verify off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/(m|x|we|o|p|wv|op|wd|rtc|rtc2|layouts|view|_layouts)/ {
|
location ~ ^/(m|x|we|o|p|wv|op|wd|rtc|rtc2|layouts|view|_layouts)/ {
|
||||||
|
|
@ -133,7 +134,7 @@ server {
|
||||||
sub_filter 'nextcloud001' 'verbocloud.itguys.com.br';
|
sub_filter 'nextcloud001' 'verbocloud.itguys.com.br';
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
sub_filter_types text/css text/javascript application/javascript application/json;
|
sub_filter_types text/css text/javascript application/javascript application/json;
|
||||||
|
proxy_ssl_verify off;
|
||||||
if ($request_method = 'OPTIONS') {
|
if ($request_method = 'OPTIONS') {
|
||||||
more_set_headers 'Access-Control-Allow-Origin: "$scheme://$http_host"';
|
more_set_headers 'Access-Control-Allow-Origin: "$scheme://$http_host"';
|
||||||
more_set_headers 'Access-Control-Allow-Methods: GET, POST, OPTIONS, HEAD';
|
more_set_headers 'Access-Control-Allow-Methods: GET, POST, OPTIONS, HEAD';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue