add web-bitdeals

This commit is contained in:
2025-05-08 12:16:23 +03:00
parent 02e65bdc40
commit ebef104401
5 changed files with 16 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ server {
rewrite ^/private/$ /dm/ permanent;
location / {
root /var/www/web;
root /var/www/app;
index index.html;
try_files $uri $uri/ /index.html;
}