update
This commit is contained in:
7
services/ingress/blog.conf
Normal file
7
services/ingress/blog.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
server {
|
||||
server_name blog.maksim-pankov.ru;
|
||||
listen 80;
|
||||
location / {
|
||||
root /opt/blog_content/;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user