This commit is contained in:
DarkCat09 2024-06-26 16:39:11 +04:00
parent d3c15bce86
commit eb6a4bde5b
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
8 changed files with 35 additions and 0 deletions

3
s/webapp Normal file
View file

@ -0,0 +1,3 @@
location / {
try_files $uri $uri/ /index.html$is_args$args;
}