change nginx configs listen to ipv4 only
This commit is contained in:
@@ -9,7 +9,7 @@ upstream dwc2 {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
#listen [::]:80;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dwc2/;
|
||||
|
||||
@@ -13,7 +13,7 @@ upstream mjpg-streamer {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
#listen [::]:80;
|
||||
|
||||
location / {
|
||||
proxy_pass http://octoprint/;
|
||||
|
||||
Reference in New Issue
Block a user