Skip to content

Commit

Permalink
Remove .htaccess from progs/taux
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultMndr committed Dec 7, 2017
1 parent e75836b commit d013941
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions server/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Options -Indexes

<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 day"
</IfModule>



<IfModule mod_headers.c>
<Files ~ "pages.sqlite3">
deny from all
</Files>
</IfModule>

0 comments on commit d013941

Please sign in to comment.