refactor: replace Makefile with justfile

This commit is contained in:
2026-03-01 13:05:08 +03:00
parent f6e6fc72b1
commit 2f10c21d03
4 changed files with 45 additions and 65 deletions

View File

@@ -1,5 +1,6 @@
server {
listen 80;
client_max_body_size 20M;
index index.php index.html;
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;