Remove zola example

This commit is contained in:
Mo 2022-11-21 18:21:02 +01:00
parent c94ec1c046
commit 827c716ae6

View file

@ -1,11 +0,0 @@
server {
listen 80;
server_name zola-example.mo8it.xyz;
location / {
root /volumes/sites/zola-example.mo8it.xyz;
index index.html;
}
error_page 404 /404.html;
}