mirror of
https://gitea.dmz.rs/Decentrala/dmzconf.git
synced 2026-07-19 18:06:21 +02:00
add scripts from dmzscripts repo to scripts
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.krov.dmz.rs subdomain.krov.decentrala.org;
|
||||
|
||||
root /var/www/subdomainkrovdmzrs;
|
||||
}
|
||||
Reference in New Issue
Block a user