[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-22 12:36:31
This commit is contained in:
parent
41360f07d5
commit
55cb4e87f8
|
|
@ -143,6 +143,24 @@ server {
|
||||||
include /etc/nginx/snippets/websocket_params.conf;
|
include /etc/nginx/snippets/websocket_params.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Novas rotas para os editores (Word, Excel, PowerPoint)
|
||||||
|
location ^~ /we/ {
|
||||||
|
proxy_pass http://office_backend/;
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
}
|
||||||
|
location ^~ /wv/ {
|
||||||
|
include /etc/nginx/snippets/modsec_disable.conf;
|
||||||
|
proxy_pass http://office_backend/;
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
}
|
||||||
|
location ^~ /p/ {
|
||||||
|
proxy_pass http://office_backend/;
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
}
|
||||||
|
location ^~ /x/ {
|
||||||
|
proxy_pass http://office_backend/;
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
}
|
||||||
|
|
||||||
# H.2. Rota Principal da Aplicação Nextcloud
|
# H.2. Rota Principal da Aplicação Nextcloud
|
||||||
location / {
|
location / {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue