feat: add deployment host and domain configuration guide
This commit is contained in:
@@ -48,6 +48,21 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="card">
|
||||
<div class="eyebrow">{% trans "Deployment" %}</div>
|
||||
<h2>{% trans "Host & Domain Setup" %}</h2>
|
||||
<p>{% trans "Runbook for ALLOWED_HOSTS, CSRF trusted origins, canonical domain variables, and how to resolve Invalid HTTP_HOST errors safely." %}</p>
|
||||
<ul>
|
||||
<li>{% trans "APP_DOMAIN and APP_BASE_URL" %}</li>
|
||||
<li>{% trans "ALLOWED_HOSTS and CSRF origin rules" %}</li>
|
||||
<li>{% trans "local test versus production examples" %}</li>
|
||||
<li>{% trans "error recovery steps for wrong hostname setup" %}</li>
|
||||
</ul>
|
||||
<div class="actions">
|
||||
<a class="btn btn-secondary" href="/admin-tools/deployment-hosts/">{% trans "Open Host Setup Guide" %}</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="card">
|
||||
<div class="eyebrow">{% trans "Release" %}</div>
|
||||
<h2>{% trans "Release Checklist" %}</h2>
|
||||
|
||||
Reference in New Issue
Block a user