Skip to content

Commit

Permalink
Add favicon.ico, matching jquery.org
Browse files Browse the repository at this point in the history
Closes #153.
  • Loading branch information
Krinkle committed Feb 28, 2023
1 parent 09b67de commit c4e5851
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -4,7 +4,6 @@ cache/*
config/.testswarm_eval_history
config/localSettings.json
config/localSettings.php
favicon.ico
robots.txt
node_modules
package-lock.json
Expand Down
4 changes: 0 additions & 4 deletions config/sample-nginx.conf
Expand Up @@ -6,10 +6,6 @@ server {
access_log /var/log/nginx/swarm.example.org-access.log;
error_log /var/log/nginx/swarm.example.org-error.log;

location = /favicon.ico {
try_files /favicon.ico =204;
}

# Deny internal directories and files
location ~* ^(/cache|/config|/inc|/scripts) {
deny all;
Expand Down

0 comments on commit c4e5851

Please sign in to comment.