mirror of
https://gitea.dmz.rs/Decentrala/dmzconf.git
synced 2026-07-16 01:36:47 +02:00
generalize addsubdomain to work with different locations
This commit is contained in:
@@ -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