• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Host error after update to 18.0.72

MaasRick

New Pleskian
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?
 
Back
Top