Comments on How to Install DokuWiki with Nginx and Let's encrypt SSL on Debian 10
DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. This tutorial will show you how to install DokuWiki on a fresh Debian 10 (buster) server.
1 Comment(s)
Add comment
Comments
By: IzFazt
when wiki in your company is local on port 80 without let's encrypt then do this before starting the installer
1. rm /etc/nginx/sites-enabled/default
2. systemctl restart nginx