preparation-scripts/data/default.conf
2024-11-22 17:10:01 +01:00

9 lines
No EOL
122 B
Text

server {
listen 80;
server_name _;
location / {
root /var/www/html;
index index.html;
}
}