Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit authored Dec 8, 2023
1 parent 6b2ee85 commit 20f4c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/.htaccess
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Apache configuration file (see https://httpd.apache.org/docs/current/mod/quickreference.html)
Require all granted

# disable directory listing
# Disable directory listing for security reasons
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>

# enable gzip compression
# Enable gzip compression for faster load times
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/json application/xml image/svg+xml
Expand Down

0 comments on commit 20f4c50

Please sign in to comment.