1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00
This commit is contained in:
Éric Gaspar 2023-09-07 10:32:11 +02:00 committed by Salamandar
parent 3238cedb5b
commit 6af7eac231
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_pass http://localhost:__PORT__;
proxy_pass http://127.0.0.1:__PORT__;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

View file

@ -1,5 +1,5 @@
[Unit]
Description=enDI, logiciel de comptabilité pour CAE
Description=enDI: logiciel de comptabilité pour CAE
After=network.target
[Service]

View file

@ -20,7 +20,7 @@ userdoc = "https://doc.endi.coop"
code = "https://framagit.org/endi/endi"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false