Ticket #10: report.txt

File report.txt, 558 bytes (added by www.google.com/accounts/o8/id?id=AItOawlNRCBAb5OP6uQ8EYGb7faZ7GAj4pX3ff4, 15 years ago)

The error report automatic convert http://xxx to link

Line 
1Client send to nginx proxy with URI "/confluence/rest/applinks/1.0/applicationlinkForm/url/http://127.0.0.1:8080/jira.json?_=1315386721160".
2
3But nginx send to real server with incorrect URI "/confluence/rest/applinks/1.0/applicationlinkForm/url/http:/127.0.0.1:8080/jira.json?_=1315386721160".
4
5String "http://127.0.0.1:8080/" is truncated to "http:/127.0.0.1:8080/".
6
7nginx.conf
8location /confluence {
9 proxy_set_header Host $host;
10 proxy_pass http://127.0.0.1:8090/confluence;
11 proxy_redirect http://127.0.0.1:8090/confluence/ /confluence/;
12}