Install DockerMan template and PNG icon
This commit is contained in:
@@ -15,6 +15,11 @@ server {
|
||||
try_files /geointel-icon.svg =404;
|
||||
}
|
||||
|
||||
location = /geointel-icon.png {
|
||||
add_header Cache-Control "public, max-age=3600";
|
||||
try_files /geointel-icon.png =404;
|
||||
}
|
||||
|
||||
location /assets/ {
|
||||
add_header Cache-Control "no-cache";
|
||||
try_files $uri =404;
|
||||
|
||||
Reference in New Issue
Block a user