From bff47c6c012ae17648c9bf265411faf9490abe38 Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Tue, 9 Jul 2024 18:16:43 +0200 Subject: [PATCH] clarify reverse proxy usage --- src/pages/blog/posts/magento.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/posts/magento.md b/src/pages/blog/posts/magento.md index f4b90ea..5cc4442 100644 --- a/src/pages/blog/posts/magento.md +++ b/src/pages/blog/posts/magento.md @@ -31,7 +31,7 @@ So, I SSH'd into my server and tried to run it there. Even though my server also runs Linux, it worked... well, kind of. -The reverse proxy was having trouble because for whatever reason Magento decided it would be a genius idea to redirect to http://localhost +The reverse proxy was having trouble because for whatever reason Magento decided it would be a genius idea to redirect to http://localhost (I had to use reverse proxy to expose it to the Internet so my friend could use it) Okay, fine? I changed some environment variables, re-ran the image and voila! Worked without a hitch! Right?