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:
parent
b72cda2f44
commit
c947b732c3
1 changed files with 1 additions and 1 deletions
|
@ -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__"
|
||||
|
|
Loading…
Add table
Reference in a new issue