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?