Added sex.
This commit is contained in:
parent
1f1ba9cb90
commit
c8a9d961dd
1 changed files with 12 additions and 0 deletions
12
roles/nginx/templates/sites-enabled/sex.conf
Normal file
12
roles/nginx/templates/sites-enabled/sex.conf
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
server {
|
||||||
|
listen 443 ssl;
|
||||||
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
|
server_name sex.{{ domain }};
|
||||||
|
|
||||||
|
root /var/www/sex;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
random_index on;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue