diff --git a/Dockerfile b/Dockerfile index 33cbeff..d267416 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN echo "server {\ root /usr/share/nginx/html/lnbox;\ index index.html;\ location / {\ - try_files \$uri \$uri/ /index.html;\ + try_files \$uri /index.html;\ }\ }" > /etc/nginx/conf.d/default.conf