Fix typo in nginx config for macOS

This commit is contained in:
Sebastian Serth
2021-01-13 12:44:14 +01:00
parent 3acc9f769f
commit aa5eb9413c

View File

@ -116,7 +116,7 @@ admin@example.org:admin
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-NginX-Proxy true; proxy_set_header X-NginX-Proxy true;
proxy_pass http://unix:/Usrers/<yourname>/Library/Containers/com.docker.docker/Data/docker.raw.sock; proxy_pass http://unix:/Users/<yourname>/Library/Containers/com.docker.docker/Data/docker.raw.sock;
proxy_redirect off; proxy_redirect off;
proxy_http_version 1.1; proxy_http_version 1.1;