preparation-scripts/data/default.conf

9 lines
122 B
Text
Raw Normal View History

2024-11-22 17:10:01 +01:00
server {
listen 80;
server_name _;
location / {
root /var/www/html;
index index.html;
}
}