Align example config with latest manual changes #10
@ -50,4 +50,4 @@ For the site to run as expected it's necessary to create a directories and files
|
||||
└── [experimental builds, from branches]
|
||||
```
|
||||
|
||||
Use the `etc/create_download_placeholders.py` script to crete some placeholders.
|
||||
Use the `etc/create_download_placeholders.py` script to create some placeholders.
|
||||
|
@ -46,7 +46,7 @@ Listen 8000
|
||||
RewriteRule ^/favicon.ico - [L,QSA]
|
||||
RewriteRule ^/admin$ /admin/ [R,L]
|
||||
RewriteRule ^/admin/(.*) - [L,QSA]
|
||||
RewriteRule ^/(.*).(zip|bz2|7z|gz|dmg|msi|msix|xz|html|png|jpg|json|whl|flatpak|snap) - [L,QSA]
|
||||
RewriteRule ^/(.*).(zip|bz2|7z|gz|dmg|msi|msix|xz|sha256|html|png|jpg|jpeg|json|whl|snap|flatpak) - [L,QSA]
|
||||
RewriteRule ^(.*)(\?(.*))?$ /index.php?__path__=$1&$2 [B,L,QSA]
|
||||
|
||||
BrowserMatch "MSIE [2-5]" \
|
||||
|
Loading…
Reference in New Issue
Block a user