mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 19:14:27 +05:00
update mainsail config
This commit is contained in:
@@ -11,7 +11,7 @@ upstream apiserver {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
#listen [::]:80; # no ipv6 support in mainsail yet!
|
||||
listen [::]:80;
|
||||
|
||||
access_log /var/log/nginx/mainsail-access.log;
|
||||
error_log /var/log/nginx/mainsail-error.log;
|
||||
@@ -79,4 +79,8 @@ server {
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Scheme $scheme;
|
||||
}
|
||||
|
||||
location /webcam/ {
|
||||
proxy_pass http://mjpgstreamer/;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user