Skip to content

Commit be5e6cc

Browse files
authored
Add HTTPS instructions to the website (#2695)
1 parent 87afc99 commit be5e6cc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

json/wger.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": "admin",
3131
"password": "adminadmin"
3232
},
33-
"notes": []
34-
}
33+
"notes": [
34+
{
35+
"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`.",
36+
"type": "info"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)