File matrix-element-web.nginx of Package matrix-element-web

    rewrite ^/element-web$ /element-web/ redirect;

    location /element-web/ {
        root /usr/share/;

        index index.html;

        location / {
            try_files $uri $uri/ =404.html;
        }
    }
openSUSE Build Service is sponsored by