- Server operating system version
- Ubuntu 22.04
- Plesk version and microupdate number
- 18.0.72
Hi all,
After the upgrade to 18.0.72 I'm encountering the following problem:
My laravel application expects a certain domain to verify if it's routes need to pass to the first or second website. This worked like a charm after the update.
After the update, I get a "default-xxxxx" host instead of the actual domain from Plesk:
HTTP_HOST: default-82-165-51-122 - Host ($request->getHost()): default-82-165-51-122
Expected:
HTTP_HOST: hp.example.com - Host ($request->getHost()): hp.example.com
Now I have unmatched routes, so my application isn't working anymore.
Does anybody know a fix for this matter?
After the upgrade to 18.0.72 I'm encountering the following problem:
My laravel application expects a certain domain to verify if it's routes need to pass to the first or second website. This worked like a charm after the update.
After the update, I get a "default-xxxxx" host instead of the actual domain from Plesk:
HTTP_HOST: default-82-165-51-122 - Host ($request->getHost()): default-82-165-51-122
Expected:
HTTP_HOST: hp.example.com - Host ($request->getHost()): hp.example.com
Now I have unmatched routes, so my application isn't working anymore.
Does anybody know a fix for this matter?