This commit is contained in:
2024-11-16 12:58:37 +00:00
parent ced4c776e9
commit df7b00b4f7
11 changed files with 288 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
server {
server_name blog.maksim-pankov.ru;
listen 80;
location / {
root /opt/blog_content/;
}
}