Level 10
Resolved:
Updated the Nginx config to change the index file from:
index index.html index.htm index.php;
to
index index.php index.html index.htm;
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, we're using Forge to provision servers and then a 3rd party (DeployHQ) to handle deployment. I can't see a way to disable to default "We've finished preparing your site for you. Here are the next steps:" landing page without adding the git repository on Forge as well. Not something I really want to do as this is duplicating what DeployHQ is doing.
Resolved:
Updated the Nginx config to change the index file from:
index index.html index.htm index.php;
to
index index.php index.html index.htm;
Please or to participate in this conversation.