1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00

Update isso.cfg

Add localhost and 127.0.0.1 to trusted proxy. Fixes #4
This commit is contained in:
Navan Chauhan 2023-06-15 19:49:01 +05:30 committed by GitHub
parent 2b3d968b9d
commit cd09cc5a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ timeout = 10
[server]
listen = http://localhost:__PORT__
public-endpoint =
trusted-proxies = ['127.0.0.1','localhost']
[guard]
enabled = true
@ -34,4 +35,4 @@ require-email = false
[admin]
enabled = true
password = __PASSWORD__
password = __PASSWORD__