1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

Add HTTPS instructions to the website (#2695)

This commit is contained in:
Slaviša Arežina 2025-02-27 09:28:11 +01:00 committed by GitHub
parent 87afc99489
commit be5e6cc870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,5 +30,10 @@
"username": "admin",
"password": "adminadmin"
},
"notes": []
}
"notes": [
{
"text": "Enable proxy support by uncommenting this line in `/home/wger/src/settings.py` and pointing it to your URL: `# CSRF_TRUSTED_ORIGINS = ['http://127.0.0.1', 'https://my.domain.example.com']`, then restart the service `systemctl restart wger`.",
"type": "info"
}
]
}