mirror of
https://gitea.dmz.rs/Decentrala/dmzconf.git
synced 2026-07-11 22:12:26 +02:00
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;
|
|
}
|