{% extends "admin_base.html" %} {% block title %}URL Settings{% endblock %} {% block content %}
{{ output|raw }}

URL Settings

Trailing Slashes Required
http{% if settings.https == 1 %}s{% endif %}:

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

http{% if settings.https == 1 %}s{% endif %}:

The URL corresponding to this PufferPanel installation.

http{% if settings.https == 1 %}s{% endif %}:

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 %}