remove auth from shared routes
This commit is contained in:
parent
75d49c9f27
commit
3b5258646f
1 changed files with 8 additions and 0 deletions
|
|
@ -53,6 +53,14 @@ in
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyPass = "http://127.0.0.1:9111";
|
proxyPass = "http://127.0.0.1:9111";
|
||||||
};
|
};
|
||||||
|
"/share" = {
|
||||||
|
proxyWebsockets = true;
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
proxyPass = "http://127.0.0.1:9111";
|
||||||
|
extraConfig = ''
|
||||||
|
auth_request off;
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# TODO revisit, am I going to use the native app or web version
|
# TODO revisit, am I going to use the native app or web version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue