{% extends "base.html" %} {% block title %}HTTPS Configuration - DigiServer v2{% endblock %} {% block content %}
Domain: {{ config.domain }}
Hostname: {{ config.hostname }}
Email: {{ config.email }}
IP Address: {{ config.ip_address }}
Port: {{ config.port }}
Access URL: https://{{ config.domain }}
Last Updated: {{ config.updated_at.strftime('%Y-%m-%d %H:%M:%S') }} by {{ config.updated_by }}
The application is currently running on HTTP only (port 80)
Enable HTTPS below to secure your application.
đĄ Workflow: First, the app runs on HTTP (port 80). After you configure the HTTPS settings below, the application will be available over HTTPS (port 443) using the domain and hostname you specify.