1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00

disable custom port as not working right now

This commit is contained in:
Hadrien 2021-11-02 01:08:13 +03:00
parent c9e66d54b0
commit 9e88f67021
2 changed files with 3 additions and 2 deletions

View file

@ -9,10 +9,10 @@ location __PATH__/ {
rewrite ^ https://$server_name$request_uri? permanent;
}
proxy_pass http://localhost:__PORT__;
# proxy_pass http://localhost:__PORT__;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_pass http://localhost:3001/;
proxy_pass http://localhost:3001/;
proxy_http_version 1.1;
# https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy#nginx
proxy_set_header Upgrade $http_upgrade;

View file

@ -3,6 +3,7 @@
- Uses N to install specific nodejs version
- ARM architecture not supported
- No upgrade script in this package
- does not properly use port reserved by yunohost
<!-- * Any known limitations, constrains or stuff not working, such as (but not limited to):
* requiring a full dedicated domain ?
* architectures not supported ?