File nginx-bareos-webui.conf of Package bareos
server {
listen 9100;
server_name bareos;
root /usr/share/bareos-webui/public;
index index.php;
try_files $uri $uri/ /index.php?$query_string;
include vhosts.d/_php-fpm;
include vhosts.d/_static;
}