mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
Merge pull request #5546 from ziwiwiz/fix-docker-proxy-unauthorized-access
This commit is contained in:
@@ -13,7 +13,7 @@ http {
|
|||||||
server unix:/var/run/docker.sock fail_timeout=0;
|
server unix:/var/run/docker.sock fail_timeout=0;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 38379;
|
listen 127.0.0.1:38379;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
access_log /dev/stdout combined;
|
access_log /dev/stdout combined;
|
||||||
|
|||||||
Reference in New Issue
Block a user