1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00
This commit is contained in:
Éric Gaspar 2023-12-17 14:28:46 +01:00
parent 4c6650a116
commit 227cc41780
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ location __PATH__/ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header Host $host;
proxy_http_version 1.1;

View file

@ -52,7 +52,7 @@ ram.runtime = "50M"
[resources.install_dir]
[resources.ports]
redis.main = 8081
redis.default = 8081
[resources.permissions]
main.url = "/"