This commit is contained in:
Mateusz Gruszczyński
2026-04-07 10:06:48 +02:00
parent deaa6dfe43
commit ca9c78d88d
36 changed files with 1801 additions and 503 deletions

View File

@@ -3,6 +3,7 @@ server {
server_name _;
root /usr/share/nginx/html;
server_tokens off;
etag off;
index index.html;
location / {