mirror of
https://github.com/YunoHost-Apps/endi_ynh.git
synced 2024-09-03 18:35:54 +02:00
linter
This commit is contained in:
parent
3238cedb5b
commit
6af7eac231
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=enDI, logiciel de comptabilité pour CAE
|
||||
Description=enDI: logiciel de comptabilité pour CAE
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue