11 lines
329 B
HTML
11 lines
329 B
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('How to Set up a Reseed Server using a Reverse Proxy') }}{% endblock %}
|
|
{% block lastupdated %}2023-1{% endblock %}
|
|
{% block content %}
|
|
|
|
<h2>{% trans %}General Information{% endtrans %}</h2>
|
|
|
|
<h2>{% trans %}Installation from Source Code{% endtrans %}</h2>
|
|
|
|
{% endblock %}
|