[URGENT] SaaS Hosting Consultation

Job ID: 33309451

Budget: $30 – $250 USD

We have a SaaS web app.

The main URL for the app is main-domain.com. Which is where the app is hosted.

When a user signup, they gey the subdimain XYZ.another-domain.com. The main domain here is NOT exclusive to this app. so when a user create an account we generate a subdomain for them (XYZ) and the add it to cloudflare and point it to CNAME:main-domain.com.

And we have the option for a customizes user-owned domain linked to the user account.

For example:
User (1) Signed up:
- They get domain XYZ.another-domain.com.

User (2) Signed up:
- They get domain ABC.another-domain.com
- They take the option to link their own domain mydomain.com and point it to main-domain.com using CNAME record.

Now the problem is:
- I got the first two options to work, but the third one I couldn't get it to work, the server return an empty response.
- What about SSL certificates.

The app is built using Laravel and it supported multi-tenancy with custom domain and subdomains.
The server uses NGINX.

I may not be able to give you access to the server, so all I need is information and support until we get this working. Of course all will be done on the server, handling requests via the Laravel app is already completed.