Skip to content

Commit

Permalink
fixed some metadata files not being served correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jul 1, 2023
1 parent 5a8e743 commit 058d5f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions webclient/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ http {
root /app;

# metadata
location = /robots.txt { access_log off; root /app/assets/; }
location = /googlebef9161f1176c5e0.html { access_log off; root /app/assets/; } # google search console
location = /sitemap-webclient.xml { access_log off; root /app/assets/; }
location = /favicon.ico { access_log off; root /app/; }
location = /navigatum-card.png { access_log off; root /app/; }
location = /org_logo.svg { access_log off; root /app/; }
location = /robots.txt { access_log off; }
location = /googlebef9161f1176c5e0.html { access_log off; root /app/.well-known/; } # google search console
location = /sitemap-webclient.xml { access_log off; }
location = /favicon.ico { access_log off; }
location = /navigatum-card.png { access_log off; }
location = /org_logo.svg { access_log off; }
# These Files are intenitonally not supported
location = /adds.txt { log_not_found off; access_log off; }
location = /app-ads.txt { log_not_found off; access_log off; }
Expand Down

0 comments on commit 058d5f6

Please sign in to comment.