Successful Provision & Deploy - Problem Loading Page

Having no love here, have tried fresh droplets. Nothing.

Getting all A-OK from the provisions and deploys as mentioned, not sure how else to describe a problem that displays no errors.

wordpress_sites:
  freedomtime.com.au:
    site_hosts:
      - canonical: freedomtime.com.au
        redirects:
          - www.freedomtime.com.au
    local_path: ../site # path targeting local Bedrock site directory (relative to Ansible root)
    repo: git@bitbucket.org:inthedeepend/freedomtime.com.au.git # replace with your Git repo URL
    repo_subtree_path: site # relative path to your Bedrock/WP directory in your repo
    branch: master
    multisite:
      enabled: false
    ssl:
      enabled: true
      provider: letsencrypt
    env: 
      wp_home: https://freedomtime.com.au
      wp_siteurl: https://freedomtime.com.au/wp
    cache:
      enabled: true
      duration: 30s
      skip_cache_uri: /wp-admin/|/xmlrpc.php|wp-.*.php|/feed/|index.php|sitemap(_index)?.xml|/gear.*|/cart.*|/my-account.*|/checkout.*|/addons.*
      skip_cache_cookie: comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_no_cache|wordpress_logged_in|woocommerce_cart_hash|woocommerce_items_in_cart|wp_woocommerce_session_|woocommerce_recently_viewed

Check Nginx logs? There’s always an error somewhere :slight_smile: