Comments on How to Install Wiki.js on CentOS 7
Wiki.js is a modern and powerful OpenSource wiki app based on Node.js, Git, and Markdown. Wiki.js runs on the flamingly fast Node.js engine and is optimized to conserve CPU resources.
2 Comment(s)
Comments
I think its important no note that in the part where you configure the port it is not the port for the nginx conection it is the conection for the proxy that you should had configured before on the nginx configuration.
On my case I used:
HOST https://myservername.com
PORT 3000
and it solved my problem because I trued using 443 on port it conflicted with the 443 of the nginx
For those who get an error on curl line, sourse url is changed and its causing an error.
Try this;
curl -sSo- https://js.wiki/install.sh | bash