configs nginx

This commit is contained in:
Lev 2025-12-09 09:11:04 +03:00
parent f20f9528aa
commit 351f7e919b
8 changed files with 40 additions and 14 deletions

View file

@ -1,7 +1,6 @@
http {
listen 80 spectralvpn.ru;
listen [::]:80 spectralvpn.ru;
root /var/www/html/spectralvpn.ru;
Pages/index.html;
https {
listen 80;
listen [::]:80;
server_name spectralvpn.ru;
return 301 https://$host$request_uri;
}