mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
fix
This commit is contained in:
parent
4c6650a116
commit
227cc41780
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -52,7 +52,7 @@ ram.runtime = "50M"
|
|||
[resources.install_dir]
|
||||
|
||||
[resources.ports]
|
||||
redis.main = 8081
|
||||
redis.default = 8081
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue