New OPS-centric setup. Integrated with wild-init
and wild-setup
.
This commit is contained in:
9
setup/dnsmasq/nginx.conf
Normal file
9
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