Skip to content

Commit e0e1a91

Browse files
authored
Merge pull request #68 from ByteInternet/remove_duplicate_articles
2 parents 16f6edf + d63aa0e commit e0e1a91

File tree

4 files changed

+4
-106
lines changed

4 files changed

+4
-106
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ myst:
44
description: When you want to use Shopware 6 on a Hypernode with basic auth you
55
need to take into account that Shopware overwrites the Authorization header.
66
title: How to prevent an admin loop in Shopware 6 on Hypernode?
7+
redirect_from:
8+
- /en/support/solutions/articles/48001207548-workaround-for-known-issue-accessing-shopware-6-admin-on-a-development-plan/
79
---
810

911
# Admin loop in Shopware 6 when basic auth is used
@@ -23,6 +25,6 @@ The solution is to whitelist your IP to skip the basic auth on the Hypernode whe
2325
geo $development_exceptions {
2426
default "Development restricted area";
2527
# The IP that you want to access the Shopware 6 admin from
26-
127.0.0.1 "off";
28+
1.2.3.4 "off";
2729
}
2830
```

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
@@ -6,6 +6,7 @@ myst:
66
title: How to configure automatic logfile rotation? | Hypernode
77
redirect_from:
88
- /en/hypernode/tools/how-to-configure-automatic-logfile-rotation/
9+
- /en/support/solutions/articles/48001185227-how-to-configure-automatic-logfile-rotation-on-hypernode/
910
---
1011

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

0 commit comments

Comments
 (0)