generalize addsubdomain to work with different locations
This commit is contained in:
10
scripts/addsubdomain/subdomain.dmz.rs.http
Normal file
10
scripts/addsubdomain/subdomain.dmz.rs.http
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
index index.html index.htm index.nginx-debian.html;
|
||||
|
||||
server_name subdomain.dmz.rs subdomain.decentrala.org;
|
||||
|
||||
root /var/www/subnodotdmzrs;
|
||||
}
|
Reference in New Issue
Block a user