Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 10, 2024
1 parent cc31d4a commit d7139c6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker/config/nginx/motionui.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,6 @@ server {
proxy_read_timeout 86400;
}

# Go2rtc main page
location /go2rtc {
rewrite ^/go2rtc/?(.*)$ /$1 break;
proxy_pass http://127.0.0.1:1984;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}

location ~ \.php$ {
root $WWW_DIR/public;
include fastcgi_params;
Expand Down

0 comments on commit d7139c6

Please sign in to comment.