🔥 Remove old frontend (#649)

This commit is contained in:
Sebastián Ramírez
2024-03-08 15:44:04 +01:00
committed by GitHub
parent 55c19b3196
commit 458d712d44
76 changed files with 7 additions and 2448 deletions

View File

@@ -1,11 +0,0 @@
server {
listen 80;
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;
}