1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

Update nginx.conf

This commit is contained in:
liberodark 2019-07-29 21:22:59 +02:00 committed by GitHub
parent 79c38193a9
commit 28a3ae828a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
root /var/www/bookstack/public; root /var/www/bookstack/public;
index index.php index.html; index index.php index.html;