Добавить nginx_template
This commit is contained in:
10
nginx_template
Normal file
10
nginx_template
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
server {
|
||||||
|
listen {{ nginx_port }};
|
||||||
|
|
||||||
|
root /var/www/html;
|
||||||
|
index index.html index.nginx-debian.html;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user