File riot-web-nginx.conf of Package riot-web
rewrite ^/riot$ /riot/ redirect;
location /riot/ {
root /var/www/htdocs;
index index.html;
location / {
try_files $uri $uri/ =404.html;
}
}
rewrite ^/riot$ /riot/ redirect;
location /riot/ {
root /var/www/htdocs;
index index.html;
location / {
try_files $uri $uri/ =404.html;
}
}