docker-apps/www-sthome/data/config/sites-enabled/sthome.conf
2025-04-03 22:57:52 +02:00

11 lines
203 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name www.sthome.org;
root /var/sites/www/;
index index.html index/htm;
location / {
try_files $uri $uri/ =404 ;
}
}