Skip to content

Releasing Your Application on a Custom Domain

Once your application is running in Quant Cloud, you’ll likely want to make it accessible through your own custom domain. This involves creating a CDN project that proxies requests to your application and configuring the necessary routing rules.

To release your application on a custom domain, you need to:

  1. Create a CDN project in QuantCDN
  2. Configure the project with your custom domain
  3. Update your DNS settings
  4. Set up proxy rules to route traffic to your application
  5. Manage SSL certificate management
  1. Go to the Projects page in your QuantCDN Dashboard
  2. Click “New project”
  3. Choose “CDN” from the available options and click Next
  4. Configure your project:
    • Project name: Enter a descriptive name for your project
    • Proxy address: Enter the URL of your Quant Cloud application (this will be your application’s direct URL)
    • Domains: List the custom domain(s) you want to use (e.g., example.com, www.example.com)

Step 1: Create a CDN Project

After creating your CDN project:

  1. Navigate to the Domains section of your new CDN project
  2. Click “Add domain” if you need to add additional domains
  3. Enter your custom domain name
  4. QuantCDN will provide you with DNS instructions for pointing your domain to their edge network

Step 2: Configure Domain Settings

Update your domain’s DNS settings to point to QuantCDN:

In your domain registrar or DNS provider, enter the details as they appeared on the Domains section of your project.

Step 3: DNS Configuration

This typically involves:

  • Setting up CNAME records for subdomains (like www)
  • Setting up A records for root domains

Configure routing rules to proxy traffic from your custom domain to your Quant Cloud application:

  1. Go to the Rules section of your CDN project
  2. Scroll down to the Create new rule section
  3. Configure the rule:
    • Rule name: Name it something recognisable like “Application Proxy”
    • Match pattern: Set to match all traffic (usually * or leave as default)
    • Domains: Enter your Quant Cloud application URL and custom domain
    • Rule type: Select “Proxy (Application)”
    • Additional settings: Configure any headers, caching, or security options as needed
  4. Press *Save to save the page
Step 4.1: Go to the Rules section
Step 4.1: Go to the Rules section of your CDN project.
Step 4.2: Select your current project and domain
Step 4.2: Select your current project and domain to ensure rules are applied correctly.
Step 4.3: Choose the Proxy (Application) rule type
Step 4.3: Choose the Proxy (Application) rule type for routing traffic to your application.
Step 4.4: Set the proxy target to your Quant Cloud application
Step 4.4: Set the proxy target to your Quant Cloud application URL.

QuantCDN automatically provisions SSL certificates for your custom domains:

  • SSL certificates are automatically generated and renewed
  • Your application will be accessible via HTTPS once the certificate is provisioned
  • This process typically takes a few minutes after DNS propagation

Once everything is configured:

  1. Wait for DNS propagation (usually 15 minutes to 2 hours)
  2. Visit your custom domain in a browser
  3. Verify that traffic is properly routing to your Quant Cloud application
  4. Test both HTTP and HTTPS access
  5. Check that all application functionality works as expected

Domain not resolving:

  • Verify DNS settings match QuantCDN’s instructions
  • Check DNS propagation status using online tools
  • Ensure your domain registrar settings are correct

SSL certificate issues:

  • Allow time for automatic certificate provisioning
  • Verify domain ownership is properly configured
  • Contact support if certificates don’t provision within 24 hours

Proxy not working:

  • Check that your Quant Cloud application URL is correct in the proxy rule
  • Verify your application is running and accessible
  • Review proxy rule configuration for any mismatched patterns

Your application should now be accessible through your custom domain!