docs(): update readme

pull/29/head
Magicalex 2018-10-29 19:35:49 +01:00
parent 1fc5449a7e
commit 98971d0524
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
3 changed files with 12 additions and 4 deletions

View File

@ -4,7 +4,7 @@
### What is this ?
Flarum is the next-generation forum software that makes online discussion fun. It's simple, fast, and free. http://flarum.org/
Simple forum software for building great communities. http://flarum.org/
### Features
@ -161,6 +161,11 @@ touch 403.html 404.html 500.html 503.html
chown -R 991:991 /mnt/docker/flarum
```
### Custom vhost flarum nginx
File to change the vhost flarum `/etc/nginx/conf.d/custom-vhost-flarum.conf`
To use file custom-vhost-flarum.conf add volume `/etc/nginx/conf.d`
### Custom composer repositories
To use the composer repository system, add your repo name and json representation in `/mnt/docker/flarum/extensions/composer.repositories.txt` :

View File

@ -1,3 +0,0 @@
# Example:
# fix for flagrow/sitemap (https://github.com/flagrow/sitemap)
# location = /sitemap.xml { try_files $uri $uri/ /index.php?$query_string; }

View File

@ -0,0 +1,6 @@
# Example:
# fix for flagrow/sitemap (https://github.com/flagrow/sitemap)
# location = /sitemap.xml {
# try_files $uri $uri/ /index.php?$query_string;
# }