{% extends "admin_base.html" %} {% block title %}URL Settings{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

URL Settings

Trailing Slashes Required

The URL corresponding to your main website, not necessarily this PufferPanel installation.

The URL corresponding to this PufferPanel installation.

The URL corresponding to the assets for PufferPanel. Update this only if you are using a CDN or Caching Service that modifies where the assets are stored.

{% endblock %} {% block javascript %}{% endblock %}