vps/nginx/sites-enabled/sex.conf

13 lines
168 B
Text
Raw Permalink Normal View History

2024-10-15 21:44:02 +02:00
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name sex.${env['domain']};
root /var/www/sex;
location / {
random_index on;
}
}