1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifconfig-io_ynh.git synced 2024-09-03 20:36:27 +02:00

Correct HOSTNAME to match full app path and not just the domain

This commit is contained in:
Typhlos 2023-03-19 12:30:56 +01:00 committed by GitHub
parent b72cda2f44
commit c947b732c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
Environment=PORT=__PORT__
Environment=HOSTNAME=__PATH_URL__
Environment=HOSTNAME=__DOMAIN__/__PATH_URL__
Environment=GIN_MODE=release
Environment=FORWARD_IP_HEADER=X-Forwarded-For
Environment="__YNH_GO_LOAD_PATH__"