Date: Fri, 31 Mar 2023 07:16:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 270561] www/onlyoffice-documentserver wrong path in nginx config files Message-ID: <bug-270561-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270561 Bug ID: 270561 Summary: www/onlyoffice-documentserver wrong path in nginx config files Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mikael@FreeBSD.org Reporter: freebsd.org@vollkorn.cryptobitch.de Flags: maintainer-feedback?(mikael@FreeBSD.org) Assignee: mikael@FreeBSD.org I noticed that the config files in /usr/local/etc/onlyoffice/documentserver/nginx/ are referencing other config files, but the paths are wrong. The rerefenced config files reside in /usr/local/etc/onlyoffice/documentserver/nginx/includes/ ("onlyoffice" only once in the path) and the references are pointing to /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ ("onlyoffice/onlyoffice" in the path). Changing "onlyoffice/onlyoffice" in = the config files to "onlyoffice" fixes this. Here are all affected references I found: # grep onlyoffice/onlyoffice /usr/local/etc/onlyoffice/documentserver/nginx= /* /usr/local/etc/onlyoffice/documentserver/nginx/ds-ssl.conf:include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/http-com= mon.conf; /usr/local/etc/onlyoffice/documentserver/nginx/ds-ssl.conf: include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ds-commo= n.conf; /usr/local/etc/onlyoffice/documentserver/nginx/ds-ssl.conf: include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ds-docse= rvice.conf; /usr/local/etc/onlyoffice/documentserver/nginx/ds-ssl.conf: include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ds-*.con= f; /usr/local/etc/onlyoffice/documentserver/nginx/ds-ssl.conf.sample:include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/http-com= mon.conf; /usr/local/etc/onlyoffice/documentserver/nginx/ds-ssl.conf.sample: include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ds-commo= n.conf; /usr/local/etc/onlyoffice/documentserver/nginx/ds-ssl.conf.sample: include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ds-docse= rvice.conf; /usr/local/etc/onlyoffice/documentserver/nginx/ds-ssl.conf.sample: include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ds-*.con= f; /usr/local/etc/onlyoffice/documentserver/nginx/ds.conf:include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/http-com= mon.conf; /usr/local/etc/onlyoffice/documentserver/nginx/ds.conf: include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ds-*.con= f; /usr/local/etc/onlyoffice/documentserver/nginx/ds.conf.sample:include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/http-com= mon.conf; /usr/local/etc/onlyoffice/documentserver/nginx/ds.conf.sample: include /usr/local/etc/onlyoffice/onlyoffice/documentserver/nginx/includes/ds-*.con= f; grep: /usr/local/etc/onlyoffice/documentserver/nginx/includes: Is a directo= ry --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270561-7788>