Add configuration for primary vds
This commit is contained in:
10
ansible/roles/site-s2photo/templates/site.conf.j2
Executable file
10
ansible/roles/site-s2photo/templates/site.conf.j2
Executable file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name s2photo.ru www.s2photo.ru;
|
||||
|
||||
location / {
|
||||
root /var/www/s2photo/current;
|
||||
index index.html;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user