Photoprism: enable websockets

This commit is contained in:
Ivan R. 2023-08-19 09:19:53 +05:00
parent dac4c40386
commit 8037006825
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -36,6 +36,7 @@
locations = { locations = {
"/" = { "/" = {
proxyPass = "http://127.0.0.1:55004"; proxyPass = "http://127.0.0.1:55004";
proxyWebsockets = true;
}; };
}; };
}; };