Unstable
This commit is contained in:
parent
11a84f4926
commit
4c4d325245
19 changed files with 226 additions and 279 deletions
6
Frontend/Nginx/spectralvpn.ru_http.nginx
Normal file
6
Frontend/Nginx/spectralvpn.ru_http.nginx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
server {
|
||||
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