generalize addsubdomain to work with different locations

This commit is contained in:
2024-01-22 17:02:28 +01:00
parent f1c39a5cf0
commit 3ee717e7d1
6 changed files with 44 additions and 40 deletions

View 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;
}