Comments on: Installing Wiki.js on Ubuntu 16.04 https://www.theo-andreou.org/?p=1744 Just another boring linux blog Mon, 03 Jun 2019 14:59:40 +0000 hourly 1 https://wordpress.org/?v=5.4.2 By: Theodotos Andreou https://www.theo-andreou.org/?p=1744#comment-13221 Fri, 26 Jan 2018 15:22:59 +0000 http://www.theo-andreou.org/?p=1744#comment-13221 In reply to gitbknowsall.

Makes sense. You can try nginx -t to see where the problem is exactly

]]>
By: gitbknowsall https://www.theo-andreou.org/?p=1744#comment-13214 Fri, 26 Jan 2018 02:30:24 +0000 http://www.theo-andreou.org/?p=1744#comment-13214 In reply to gitbknowsall.

the issue is actually this for me,
$ nginx -v
nginx version: nginx/1.6.2

I think i have to update to nginx/1.9.2

]]>
By: gitbknowsall https://www.theo-andreou.org/?p=1744#comment-13213 Fri, 26 Jan 2018 02:18:17 +0000 http://www.theo-andreou.org/?p=1744#comment-13213 In reply to Theodotos Andreou.

Jan 26 02:12:23 test.localnet systemd[1]: Starting A high performance web server and a reverse proxy server…
Jan 26 02:12:23 test.localnet nginx[12198]: nginx: [emerg] invalid parameter “http2” in /etc/nginx/sites-enabled/test.localnet.conf:7
Jan 26 02:12:23 test.localnet nginx[12198]: nginx: configuration file /etc/nginx/nginx.conf test failed
Jan 26 02:12:23 test.localnet systemd[1]: nginx.service: control process exited, code=exited status=1
Jan 26 02:12:23 test.localnet systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Jan 26 02:12:23 test.localnet systemd[1]: Unit nginx.service entered failed state.

code on line:7

listen 443 ssl http2;
]]>
By: Theodotos Andreou https://www.theo-andreou.org/?p=1744#comment-13202 Thu, 25 Jan 2018 08:38:10 +0000 http://www.theo-andreou.org/?p=1744#comment-13202 In reply to Sean Perryman.

Can you check the access and error log of Nginx for any errors. What is the error code?

]]>
By: Sean Perryman https://www.theo-andreou.org/?p=1744#comment-13193 Wed, 24 Jan 2018 23:38:38 +0000 http://www.theo-andreou.org/?p=1744#comment-13193 After all is said and done I am unable to upload files from behind the nginx proxy. I can connect directly to node at port 3000 and upload no problem. Thoughts on the correct nginx config to allow this?

]]>
By: Sean Perryman https://www.theo-andreou.org/?p=1744#comment-13190 Wed, 24 Jan 2018 19:19:35 +0000 http://www.theo-andreou.org/?p=1744#comment-13190 In reply to Sean Perryman.

Duh, I’m a dunce. Missed the “bindDn” above, which would signify the user account to auth with.

]]>
By: Sean Perryman https://www.theo-andreou.org/?p=1744#comment-13189 Wed, 24 Jan 2018 19:17:56 +0000 http://www.theo-andreou.org/?p=1744#comment-13189 When you put ‘MyLDAPCredentials’ in the config.yml, do you LITERALLY mean type that in? Or is there a format to put in some admin creds or something?

]]>
By: Lebron https://www.theo-andreou.org/?p=1744#comment-12021 Wed, 08 Nov 2017 16:47:54 +0000 http://www.theo-andreou.org/?p=1744#comment-12021 Excellent guide, helped me a lot when I tried to set this up for my colleagues. Keep up the good work !

I had trouble with AD Authentication until I figured it out that you have to populate email field for your users in AD.

]]>