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:
parent
c9e66d54b0
commit
9e88f67021
2 changed files with 3 additions and 2 deletions
|
@ -9,10 +9,10 @@ location __PATH__/ {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
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-Real-IP $remote_addr;
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
# 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;
|
proxy_http_version 1.1;
|
||||||
# https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy#nginx
|
# https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy#nginx
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
- Uses N to install specific nodejs version
|
- Uses N to install specific nodejs version
|
||||||
- ARM architecture not supported
|
- ARM architecture not supported
|
||||||
- No upgrade script in this package
|
- 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):
|
<!-- * Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||||
* requiring a full dedicated domain ?
|
* requiring a full dedicated domain ?
|
||||||
* architectures not supported ?
|
* architectures not supported ?
|
||||||
|
|
Loading…
Reference in a new issue