Init repo2
Build and Deploy / deploy (push) Failing after 1m1s

This commit is contained in:
Dmitry
2026-05-18 13:48:20 +03:00
parent 33880f5eae
commit b163e36b51
17 changed files with 358 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
server {
listen 80;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ =404;
}
error_page 404 /404.html;
}