This commit is contained in:
Lev 2026-04-19 17:46:56 +03:00
parent 11a84f4926
commit 4c4d325245
19 changed files with 226 additions and 279 deletions

View file

@ -1,6 +0,0 @@
server {
listen 80;
listen [::]:80;
server_name spectralvpn.ru;
return 301 https://$host$request_uri;
}