获取O2OA服务提供的字体文件404
通过nginx代理到O2OA服务器,center、application、web启动端口统一换成了如9999端口浏览器访问地址是啥? 论坛管理员 发表于 2024-7-1 10:26
浏览器访问地址是啥?
https://xx.xxx.com/x_component_Org/$Main/default/fonts/org.ttf?chq7w8 您访问整个环境时的地址,有加端口号9999吗,您https://xx.xxx.com/x_component_Org/$Main/default/fonts/org.ttf?chq7w8这个地址,加上端口能不能访问到 论坛管理员 发表于 2024-7-3 11:21
您访问整个环境时的地址,有加端口号9999吗,您https://xx.xxx.com/x_component_Org/$Main/default/fonts/o ...
nginx配置:
location / {
proxy_pass http://127.0.0.1:18090/;
}
location /oa/center/ {
proxy_pass http://127.0.0.1:20033/;
}
location /oa/app/ {
proxy_pass http://127.0.0.1:20022/;
}
node_127.0.0.1.json配置:
"center": {
"enable": true,
"order": 0,
"sslEnable": false,
"port": 20033,
"httpProtocol": "https",
"proxyHost": "xx.xxxxxx.com",
"proxyPort": 443
},
"application": {
"enable": true,
"port": 20022,
"sslEnable": false,
"proxyHost": "xx.xxxxxx.com",
"proxyPort": 443,
"includes": [],
"excludes": []
},
"web": {
"enable": true,
"port": 18090,
"sslEnable": false,
"proxyHost": "xx.xxxxxx.com",
"proxyPort": 443,
"proxyCenterEnable": true,
"proxyApplicationEnable": true,
"proxyTimeOut": 300.0
}, 您加上端口能访问吗? 论坛管理员 发表于 2024-7-5 09:34
您加上端口能访问吗?
不能访问 论坛管理员 发表于 2024-7-3 11:21
您访问整个环境时的地址,有加端口号9999吗,您https://xx.xxx.com/x_component_Org/$Main/default/fonts/o ...
加9999端口?加在哪里呢?
页:
[1]