Remove nginx IPv6 note

This commit is contained in:
Konstantin Protzen 2023-11-28 21:24:32 +01:00
parent b3225906a5
commit 5341a16666
No known key found for this signature in database
GPG key ID: CECEEDFFC6F845F8
2 changed files with 0 additions and 2 deletions

View file

@ -104,7 +104,6 @@ If you see the Uptime Kuma setup screen, you have successfully installed Uptime
```nginx
server {
listen 80;
# Remove '#' in the next line to enable IPv6
listen [::]:80;
server_name sub.domain.com;
location / {

View file

@ -107,7 +107,6 @@ Wenn du den Einrichtungsbildschirm von Uptime Kuba siehst, hast du Uptime Kuma e
```nginx
server {
listen 80;
# Remove '#' in the next line to enable IPv6
listen [::]:80;
server_name sub.domain.com;
location / {