mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-26 10:51:07 -06:00
Merge pull request #997 from Roy-Orbison/patch-1
Allow serving of 0-byte, real files
This commit is contained in:
commit
c00105607c
@ -1,7 +1,7 @@
|
||||
RewriteEngine On
|
||||
# The following rule tells Apache that if the requested filename
|
||||
# exists, simply serve it.
|
||||
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -f [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -d
|
||||
RewriteRule ^.*$ - [NC,L]
|
||||
|
Loading…
Reference in New Issue
Block a user