Lucas11
HHomarr
•Created by Lucas11 on 8/24/2024 in #💬・get-help
Nginx reverse proxy poblem
Nginx code: server {
listen 80;
listen [::]:80;
server_name 192.168.100.22 192.168.100.22;
location / {
proxy_pass http://192.168.100.22:7575/board;
include proxy_params;
}
}
14 replies
HHomarr
•Created by Lucas11 on 8/24/2024 in #💬・get-help
Nginx reverse proxy poblem
device: raspberry pi 3 b+
14 replies
HHomarr
•Created by Lucas11 on 8/24/2024 in #💬・get-help
Nginx reverse proxy poblem
Operating system Ubuntu server
14 replies
HHomarr
•Created by Lucas11 on 8/24/2024 in #💬・get-help
Nginx reverse proxy poblem
Exact Homarr version 0.15.3
Configuration docker-compose
14 replies
HHomarr
•Created by Lucas11 on 8/24/2024 in #💬・get-help
Nginx reverse proxy poblem
(and no logs becuse is empty)
14 replies