mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-13 18:44:29 +05:00
fix: revert 7e9d18b
Due to some investigations made in #158, the default IPv6 configuration will be removed again
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
|
||||||
|
|
||||||
access_log /var/log/nginx/<<UI>>-access.log;
|
access_log /var/log/nginx/<<UI>>-access.log;
|
||||||
error_log /var/log/nginx/<<UI>>-error.log;
|
error_log /var/log/nginx/<<UI>>-error.log;
|
||||||
@@ -71,4 +70,4 @@ server {
|
|||||||
location /webcam4/ {
|
location /webcam4/ {
|
||||||
proxy_pass http://mjpgstreamer4/;
|
proxy_pass http://mjpgstreamer4/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user