This commit is contained in:
Lev 2025-12-08 22:00:40 +03:00
parent da045a7c02
commit f20f9528aa
9 changed files with 37 additions and 8 deletions

View file

@ -0,0 +1,7 @@
[api]
path = spectralvpn.db
host =
username =
password =
inbaund_id = 0
inbaund_url =

View file

@ -0,0 +1,7 @@
https {
listen 443;
listen [::]:443;
server_name spectralvpn.ru;
root /var/www/html/spectralvpn.ru;
}

View file

@ -0,0 +1,7 @@
http {
listen 80 spectralvpn.ru;
listen [::]:80 spectralvpn.ru;
root /var/www/html/spectralvpn.ru;
Pages/index.html;
}

View file

@ -0,0 +1,3 @@
server {
}