Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
betterlisting
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
betterlisting
Commits
5672f4f5
There was an error fetching the commit references. Please try again later.
Commit
5672f4f5
authored
8 years ago
by
devCoster
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
ef478d2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-3
4 additions, 3 deletions
README.md
with
4 additions
and
3 deletions
README.md
+
4
−
3
View file @
5672f4f5
...
...
@@ -13,7 +13,8 @@ __Try it out:__ [devcoster.com/betterlisting/demo](https://www.devcoster.com/bet
-
Easily add support for new MIME types when needed.
-
Released under GNU General Public License v3 (GPL-3).
-
Supports the following file types:
```
.7z, .avi, .bin, .c++, .c, .css, .deb, .doc, .docx, .gif, .gzip, .html, .ico, .iso, .java, .jpeg, .jpg, .js, .mp3, .mp4, .msg, .ogg, .pdf, .php, .png, .ppt, .pptx, .psd, .py, .rar, .sql, .swf, .tiff, .torrent, .txt, .wav, .wmv, .xls, .xlsx, .zip
```
.7z, .avi, .bin, .c++, .c, .css, .deb, .doc, .docx, .gif, .gzip, .html, .ico, .iso, .java, .jpeg, .jpg, .js, .mp3, .mp4, .msg, .ogg, .pdf, .php, .png, .ppt, .pptx, .psd, .py, .rar, .sql, .swf, .tiff, .torrent, .txt, .wav, .wmv, .xls, .xlsx, .zip
```
## Requirements:
...
...
@@ -22,7 +23,7 @@ __Try it out:__ [devcoster.com/betterlisting/demo](https://www.devcoster.com/bet
-
Write access to
`/etc/nginx/sites-enabled/default`
## Installation:
1. Unzip BetterListing to your NGINX webroot so you end up with the following structure:
1.
Unzip BetterListing to your NGINX webroot so you end up with the following structure:
```
wwwroot/
|- betterlisting/
...
...
@@ -40,7 +41,7 @@ add_after_body /betterlisting/bot.html;
audoindex_exact_size off;
autoindex_localtime on;
```
The following example shows what your configuration might look like if you wanted to use BetterListing on yourdomain.com/downloads
The following example shows what your configuration might look like if you wanted to use BetterListing on
`
yourdomain.com/downloads
`
.
```
server {
server_name: yourdomain.com;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment