Moves setup files into embedded package.
This commit is contained in:
9
internal/setup/dnsmasq/nginx.conf
Normal file
9
internal/setup/dnsmasq/nginx.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
autoindex on;
|
||||
root /var/www/html/talos;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user