Added sex.

This commit is contained in:
Viyurz 2024-05-29 19:42:06 +02:00
parent 1f1ba9cb90
commit c8a9d961dd
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -0,0 +1,12 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name sex.{{ domain }};
root /var/www/sex;
location / {
random_index on;
}
}