file_manager: fixed syntax bug in nginx config to force using filemanager location block

This commit is contained in:
mgutt
2025-10-24 17:32:19 +02:00
parent 7c38306d82
commit d26390c6df
+1 -1
View File
@@ -165,7 +165,7 @@ build_servers(){
server {
listen unix:/var/run/nginx.socket default_server;
# filemanager should not display outdated messages
location /pub/filemanager {
location = /pub/filemanager {
nchan_publisher;
nchan_channel_id "filemanager";
nchan_message_buffer_length $arg_buffer_length;