Results 4 comments of im_wower

the web UI using 8082 port, and the api using 8081 port, which will cause cors error you can open chrome or other browser develop tool to see the api...

if use subFolder or not port 80, the config should be like: ``` location /onlyoffice/ { proxy_pass https://{{DOCUMENTSERVER_ADDRESS}}/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $proxy_connection; proxy_set_header X-Forwarded-Host $the_host:$server_port/onlyoffice; proxy_set_header...

增加一下网络配置: `--network=bridge`

`group.ALLMap(g.Map{ "/user/profile": userCtrl.Profile, })`