Skip to content

Commit 325ea10

Browse files
committed
docs: Remove duplicate articles
1 parent ecc76f4 commit 325ea10

File tree

4 files changed

+7
-106
lines changed

4 files changed

+7
-106
lines changed

docs/ecommerce-applications/shopware-6/admin-loop-in-shopware-6-when-basic-auth-is-used.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
redirect_from:
3+
- /en/support/solutions/articles/48001207548-workaround-for-known-issue-accessing-shopware-6-admin-on-a-development-plan/
4+
---
5+
16
# Admin loop in Shopware 6 when basic auth is used
27

38
On a Hypernode dev plan basic auth is enabled out of the box. You can also configure Nginx to put your site or parts of your site behind basic auth on a production plan. When you want to use Shopware 6 on a Hypernode with basic auth you need to take into account that Shopware overwrites the Authorization header.
@@ -15,6 +20,6 @@ The solution is to whitelist your IP to skip the basic auth on the Hypernode whe
1520
geo $development_exceptions {
1621
default "Development restricted area";
1722
# The IP that you want to access the Shopware 6 admin from
18-
127.0.0.1 "off";
23+
1.2.3.4 "off";
1924
}
2025
```

docs/ecommerce-applications/shopware-6/workaround-for-known-issue-accessing-shopware-6-admin-on-a-development-plan.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/hypernode-platform/tools/how-to-configure-automatic-logfile-rotation-on-hypernode.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/hypernode-platform/tools/how-to-configure-automatic-logfile-rotation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ myst:
55
that automatically rotates log files, which helps to avoid disk space issues.
66
redirect_from:
77
- /en/hypernode/tools/how-to-configure-automatic-logfile-rotation/
8+
- /en/support/solutions/articles/48001185227-how-to-configure-automatic-logfile-rotation-on-hypernode/
89
---
910

1011
<!-- source: https://support.hypernode.com/en/hypernode/tools/how-to-configure-automatic-logfile-rotation/ -->

0 commit comments

Comments
 (0)