rice/docker-host/roles/setup/files/home.lablad

8 lines
142 B
Plaintext
Raw Normal View History

server {
root /var/www/html;
index index.html;
server_name lablad.net;
location / {
try_files $uri $uri/ =404;
}
}