[GH-ISSUE #798] for serviceMesh #370

Closed
opened 2026-02-26 10:32:12 +03:00 by kerem · 0 comments
Owner

Originally created by @zbm0711 on GitHub (Mar 7, 2025).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/798

I want to deploy it to serviceMesh, but our intranet requires the service registration format to be /AMIS/onlyoffice. How can I configure this?

my ds.conf :

include /etc/nginx/includes/http-common.conf;
server {
listen 0.0.0.0:80;
listen [::]:80 default_server;
server_tokens off;
location ^~ /AMIS/onlyoffice/ {
proxy_pass http://dms-onlyoffice:80/;
}
set $secure_link_secret CTppfTRVnIzSs01jQYWW;
include /etc/nginx/includes/ds-*.conf;
}
server {
listen 8080;
server_name localhost; # 替换为你的域名或IP

location ^~ /AMIS/onlyoffice/ {
    proxy_pass http://dms-onlyoffice:80/;
}

}

ws://10.30.8.5:19222/AMIS/onlyoffice/8.3.1-bb927b5767f638cf5f451f0ea15b36ef/doc/1fdfbc242b28408991f6/c/?shardkey=1fdfbc242b28408991f6&EIO=4&transport=websocket

ws timeoout.

Originally created by @zbm0711 on GitHub (Mar 7, 2025). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/798 I want to deploy it to serviceMesh, but our intranet requires the service registration format to be /AMIS/onlyoffice. How can I configure this? my ds.conf : include /etc/nginx/includes/http-common.conf; server { listen 0.0.0.0:80; listen [::]:80 default_server; server_tokens off; location ^~ /AMIS/onlyoffice/ { proxy_pass http://dms-onlyoffice:80/; } set $secure_link_secret CTppfTRVnIzSs01jQYWW; include /etc/nginx/includes/ds-*.conf; } server { listen 8080; server_name localhost; # 替换为你的域名或IP location ^~ /AMIS/onlyoffice/ { proxy_pass http://dms-onlyoffice:80/; } } ws://[10.30.8.5:19222/AMIS/onlyoffice/8.3.1-bb927b5767f638cf5f451f0ea15b36ef/doc/1fdfbc242b28408991f6/c/?shardkey=1fdfbc242b28408991f6&EIO=4&transport=websocket](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/new#) ws timeoout.
kerem closed this issue 2026-02-26 10:32:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#370
No description provided.