{% extends "base.html" %} {% block title %}Website Domains - MyFSIO Console{% endblock %} {% block content %}
Add Domain Mapping

Point a custom domain to a bucket

The hostname that will serve website content.
{% if buckets %} {% else %} {% endif %}
The bucket must have website hosting enabled.
How it works
  1. Enable website hosting on a bucket (Properties tab)
  2. Create a domain mapping here
  3. Point your DNS (A/CNAME) to this server
Active Mappings

Domains currently serving website content

{% if mappings %}
{% for m in mappings %} {% endfor %}
Domain Bucket Actions
{{ m.domain }}
{{ m.bucket }}
{% else %}
No domain mappings yet

Add your first domain mapping to serve a bucket as a static website.

{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}