Skip to content

Commit

Permalink
GITBOOK-59: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwerfling authored and gitbook-bot committed Sep 4, 2023
1 parent 611f71c commit 16bd6d5
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
Binary file added .gitbook/assets/routes_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/routes_listenflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/the-matrix-morpheus-dns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index/configurations/domains/discussions-subdomains.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ I could now create a subdomain under a Nextcloud is running. First of all, it wo

It's one thing when we present something important, something for the public. I would totally understand Google along the way. But we can't do without it in the future either.



<figure><img src="../../../.gitbook/assets/28pmaay4f9391.jpg" alt=""><figcaption></figcaption></figure>
2 changes: 1 addition & 1 deletion index/configurations/domains/own-dns-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In the diagram you can see how the flow works:
From now on we can manage all sub domains and example.com ourselves with our own records.
{% endhint %}

<figure><img src="../../../.gitbook/assets/28pmaay4f9391.jpg" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/the-matrix-morpheus-dns.png" alt=""><figcaption></figcaption></figure>

## Practice

Expand Down
27 changes: 27 additions & 0 deletions index/configurations/routes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
---
description: Setting a route from the listen to the target.
---

# Routes

A route is a path from the input ([Listen](listen.md)) to the destination. The destination can be of different types, stream, HTTP/HTTPS, SSH, use.

With the help of the [graphic from Listen](listen.md#listen-flow) I would like to show the area controlled by the route again:

<figure><img src="../../.gitbook/assets/routes_listenflow.png" alt=""><figcaption><p>Listen and Routes</p></figcaption></figure>

## Routes List

<figure><img src="../../.gitbook/assets/routes_list.png" alt=""><figcaption></figcaption></figure>

1. The new creation and loading of the configuration of the nginx (all Listen, Routes, etc.) can be triggered again manually at any time.

{% hint style="info" %}
Existing connections are kept as if running the command: nginx -s reload
{% endhint %}

2. The first thing to see in the Routes list are the default routes. If no route is specified, the default routes always apply.

{% hint style="info" %}
The default routes cannot be edited or deleted.
{% endhint %}

3. Each domain entered in [Domains](domains/) is displayed under Routes. One or more routes from one or more [Listen](listen.md) to a destination can now be entered.

0 comments on commit 16bd6d5

Please sign in to comment.