mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-21 14:53:35 +05:00
change nginx configs listen to ipv4 only
This commit is contained in:
@@ -9,7 +9,7 @@ upstream dwc2 {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
#listen [::]:80;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://dwc2/;
|
proxy_pass http://dwc2/;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ upstream mjpg-streamer {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
#listen [::]:80;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://octoprint/;
|
proxy_pass http://octoprint/;
|
||||||
|
|||||||
Reference in New Issue
Block a user