Skip to content

Commit

Permalink
corrected markdownlint findings
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Nov 13, 2023
1 parent cab41da commit 31a15b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ wenn dort das Ziel als 2. Wert hinter einem Hostnamen angegeben wird.

Mit diesen Einträgen beantwortet der Service Anfragen für

- `http://www.example` mit einem Redirect nach `https://www.example`
- `https://www.example` mit einem Redirect nach `https://example`
- `http://example` mit einem Redirect nach `https://example`
- `https://example` mit Inhalten (index.html, ...)
- `http://www.example.org` mit einem Redirect nach `https://www.example.org`
- `https://www.example.org` mit einem Redirect nach `https://example.net/foo`
- `http://example.org` mit einem Redirect nach `https://example.org`
- `https://example.org` mit einem Redirect nach `https://example.net/foo`
- `http://www.example` mit einem Redirect nach `https://www.example`
- `https://www.example` mit einem Redirect nach `https://example`
- `http://example` mit einem Redirect nach `https://example`
- `https://example` mit Inhalten (index.html, ...)
- `http://www.example.org` mit einem Redirect nach `https://www.example.org`
- `https://www.example.org` mit einem Redirect nach `https://example.net/foo`
- `http://example.org` mit einem Redirect nach `https://example.org`
- `https://example.org` mit einem Redirect nach `https://example.net/foo`

Wird die Datei geändert, muss der Server neu gestartet werden. Hostnamen
(Spalte 1) werden beim Start des Servers in Kleinbuchstaben konvertiert.
Expand Down

0 comments on commit 31a15b5

Please sign in to comment.