diff --git a/xb-00-01/nginx/website.conf b/xb-00-01/nginx/website.conf index 5472123..74ddcd4 100644 --- a/xb-00-01/nginx/website.conf +++ b/xb-00-01/nginx/website.conf @@ -1,6 +1,6 @@ # Inferencium - xb-00-01 # Nginx - Configuration - Website -# Version: 10.0.0-alpha.6 +# Version: 10.0.0-alpha.7 # Copyright 2022 Jake Winters # SPDX-License-Identifier: BSD-3-Clause @@ -35,9 +35,9 @@ server { # Location location / { root /srv/www/inferencium; - index index.html; - try_files $uri.html $uri $uri/ =404; - rewrite ^(/.*)\.html(\?.*)?$ $1$2 permanent; + index index.xhtml; + try_files $uri.xhtml $uri $uri/ =404; + rewrite ^(/.*)\.xhtml(\?.*)?$ $1$2 permanent; rewrite ^/(.*)/$ /$1 permanent; }