change nginx configs listen to ipv4 only

This commit is contained in:
th33xitus
2020-07-24 21:44:30 +02:00
parent f51ba88f64
commit 876b316af4
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ upstream dwc2 {
server {
listen 80;
listen [::]:80;
#listen [::]:80;
location / {
proxy_pass http://dwc2/;

View File

@@ -13,7 +13,7 @@ upstream mjpg-streamer {
server {
listen 80;
listen [::]:80;
#listen [::]:80;
location / {
proxy_pass http://octoprint/;