Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
50cd2d5c
Commit
50cd2d5c
authored
Dec 06, 2016
by
Dominik Hebeler
Browse files
Header gesetzt um Caching zu verhindern
parent
eaf94040
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/.htaccess
View file @
50cd2d5c
<
IfModule
mod_rewrite.c
>
FileETag
None
<
ifModule
mod_headers.c
>
Header
unset ETag
Header
set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header
set Pragma "no-cache"
Header
set Expires "Mon, 1 Jan 2010 01:00:00 GMT"
</
ifModule
>
<
IfModule
mod_negotiation.c
>
Options
-MultiViews
</
IfModule
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment