убрал юзлес файл

This commit is contained in:
uniknow 2024-07-30 22:24:32 +04:00
parent d05c386e77
commit 78ebac6557
2 changed files with 2 additions and 13 deletions

2
.gitignore vendored
View file

@ -3,6 +3,8 @@ node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

View file

@ -1,13 +0,0 @@
server {
listen 3000:
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html = 404;
}
include /etc/nginx/extra-conf.d*.conf;
}