configs nginx
This commit is contained in:
parent
f20f9528aa
commit
351f7e919b
8 changed files with 40 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue