clarify reverse proxy usage

This commit is contained in:
2024-07-09 18:16:43 +02:00
parent 293983eeb1
commit bff47c6c01

View File

@@ -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. 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 <small>(I had to use reverse proxy to expose it to the Internet so my friend could use it)</small>
Okay, fine? I changed some environment variables, re-ran the image and voila! Worked without a hitch! Right? Okay, fine? I changed some environment variables, re-ran the image and voila! Worked without a hitch! Right?