fixup! 🔧(ngnix) adapt nginx development

This commit is contained in:
Anthony LC
2025-02-20 11:20:50 +01:00
parent 168904728b
commit 15389156d3
+1 -1
View File
@@ -42,7 +42,7 @@ server {
location /collaboration-auth {
proxy_cache auth_cache;
proxy_cache_key "$http_authorization";
proxy_cache_key "$http_authorization-$arg_room";
proxy_cache_valid 200 30s;
proxy_pass http://app-dev:8000/api/v1.0/documents/collaboration-auth/;