14 lines
550 B
HTML
14 lines
550 B
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('How to Set up a Reseed Server using a Reverse Proxy') }}{% endblock %}
|
|
{% block lastupdated %}2023-01{% endblock %}
|
|
{% block content %}
|
|
|
|
<h2>{% trans %}General Information{% endtrans %}</h2>
|
|
|
|
<h4><a href="reseed-policy">To read the reseed policy, follow this link.</a></h4>
|
|
<h4><a href="reseed">Please see the general information for all reseed servers in addition to reading this section.</a></h4>
|
|
|
|
<h2>{% trans %}Reseed Installation using a Reverse Proxy{% endtrans %}</h2>
|
|
|
|
{% endblock %}
|