servers/services/legacy/sites/alcoholic.conf
2021-04-05 22:15:03 +02:00

11 lines
177 B
Plaintext

server {
listen 80;
index index.html index.htm;
server_name alcoholic.{{ main_domain }};
location / {
root /var/www/alcoholic.kadet.net/;
}
}