Skip to content

Commit

Permalink
Further fixes to .htaccess headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy14 committed Jan 31, 2016
1 parent e0a6235 commit f00fdbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Header set X-Content-Type-Options: "nosniff"
Header set X-XSS-Protection: "1; mode=block"
Header set X-Frame-Options: "deny"
Header set Cache-control: no-cache, no-store
Header set Cache-control: "no-cache, no-store"
Header set Pragma: no-cache
4 changes: 2 additions & 2 deletions 000-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

DocumentRoot /var/www/html
<Directory /var/www/html/>
AllowOverride AuthConfig
AllowOverride AuthConfig FileInfo
Order allow,deny
allow from all
Options -Indexes
Expand All @@ -32,7 +32,7 @@

DocumentRoot /var/www/html
<Directory /var/www/html/>
AllowOverride AuthConfig
AllowOverride AuthConfig FileInfo
Order allow,deny
allow from all
Options -Indexes
Expand Down

0 comments on commit f00fdbf

Please sign in to comment.