Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4690

Networking and servers • Bookstack Server (CLI)

$
0
0
Hi

I have installed the bookstack server via cli. But when I connect web application https://internetip.com/bookstack, the index of /bookstack is displayed.
Can anyone help me?

Thanks

Authorization

Code:

sudo chown -R www-data:www-data /var/www/html/bookstacksudo chmod -R 755 /var/www/html/bookstack

bookstack-le-ssl.conf

Code:

<IfModule mod_ssl.c><VirtualHost *:443>    ServerAdmin webmaster@localhost    DocumentRoot /var/www/html/bookstack/public    ServerName internetip.com    ServerAlias www.internetip.com    <Directory /var/www/html/bookstack/public>        AllowOverride All        Require all granted    </Directory>    ErrorLog ${APACHE_LOG_DIR}/error.log    CustomLog ${APACHE_LOG_DIR}/access.log combined    SSLCertificateFile /etc/letsencrypt/live/deineip.com/fullchain.pem    SSLCertificateKeyFile /etc/letsencrypt/live/deineip.com/privkey.pem    Include /etc/letsencrypt/options-ssl-apache.conf</VirtualHost></IfModule>

Statistics: Posted by Ni77i — Mon Apr 08, 2024 6:00 pm — Replies 0 — Views 6



Viewing all articles
Browse latest Browse all 4690

Trending Articles