Files
Gipat/services/ingress/blog.conf
2024-11-16 12:58:37 +00:00

8 lines
153 B
Plaintext

server {
server_name blog.maksim-pankov.ru;
listen 80;
location / {
root /opt/blog_content/;
}
}