mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Add HTTPS instructions to the website (#2695)
This commit is contained in:
parent
87afc99489
commit
be5e6cc870
1 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue