11 lines
182 B
HTTP
11 lines
182 B
HTTP
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;
|
|
}
|