2025-03-05
Some checks failed
ci/woodpecker/push/publish_instable Pipeline failed

This commit is contained in:
gcch 2025-03-05 09:10:16 +01:00
commit ad01868a9f
23 changed files with 328 additions and 97 deletions

View file

@ -1,10 +0,0 @@
server {
listen 80;
server_name localhost;
root /usr/share/angie/html/;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}