fixes
This commit is contained in:
parent
9487c231a5
commit
88bced60b7
2 changed files with 5 additions and 4 deletions
4
nginx
4
nginx
|
@ -1,13 +1,13 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name jetsearch.com www.jetsearch.com;
|
||||
server_name jetsearch.com;
|
||||
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name jetsearch.com www.jetsearch.com;
|
||||
server_name jetsearch.com;
|
||||
|
||||
ssl_certificate /path/to/your/certificate.crt;
|
||||
ssl_certificate_key /path/to/your/private.key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue