Skip to content

fix(nginx): delete /favicon.ico location block - #82

Merged
rstijerina merged 1 commit into
mainfrom
fix/remove-favicon-nginx-intercept
Jul 2, 2026
Merged

fix(nginx): delete /favicon.ico location block#82
rstijerina merged 1 commit into
mainfrom
fix/remove-favicon-nginx-intercept

Conversation

@wesleyboar

@wesleyboar wesleyboar commented Jun 24, 2026

Copy link
Copy Markdown
Member

Caution

Prematurely merged. I should have tagged it refactor not fix. Reverting via #83.

Overview

Removes nginx /favicon.ico location blocks so requests reach the Django proxy view added in TACC/Core-CMS#1190.

Rebased onto main after #81 (WI-477), which moved favicon handling to early location = blocks.

Related

Changes

Testing

  1. Deploy ecep with:
  2. Open https://pprd.ecep.tacc.utexas.edu/favicon.ico
    or curl -si https://pprd.ecep.tacc.utexas.edu/favicon.ico.
  3. Verify favicon
    or 200 image/x-icon from Django.

UI

ECEP Favicon Test

@wesleyboar wesleyboar changed the title fix(nginx): remove /favicon.ico location block fix(nginx): delete /favicon.ico location block Jun 24, 2026
Lets /favicon.ico fall through to Django so the new CMS proxy view
can serve it. Required by TACC/Core-CMS#1190.
@wesleyboar
wesleyboar force-pushed the fix/remove-favicon-nginx-intercept branch from 730c1ee to 0ae2cf5 Compare July 1, 2026 20:05
@rstijerina
rstijerina merged commit f7a4ff0 into main Jul 2, 2026
@rstijerina
rstijerina deleted the fix/remove-favicon-nginx-intercept branch July 2, 2026 16:44
@wesleyboar
wesleyboar restored the fix/remove-favicon-nginx-intercept branch July 2, 2026 17:12
rstijerina pushed a commit that referenced this pull request Jul 2, 2026
wesleyboar added a commit that referenced this pull request Jul 2, 2026
Lets /favicon.ico fall through to Django so the new CMS proxy view
can serve it. Required by TACC/Core-CMS#1190.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants