Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
c0b57078
Commit
c0b57078
authored
Sep 23, 2017
by
Costin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update nginx_vhost.conf.master: leverage browser caching for /favicon.ico
parent
04af09a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
server/conf/nginx_vhost.conf.master
server/conf/nginx_vhost.conf.master
+2
-0
No files found.
server/conf/nginx_vhost.conf.master
View file @
c0b57078
...
...
@@ -131,6 +131,8 @@ server {
location = /favicon.ico {
log_not_found off;
access_log off;
expires max;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
}
location = /robots.txt {
...
...
Write
Preview
Markdown
is supported
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