well, i'm dumb
This commit is contained in:
parent
6703307208
commit
5265236393
1 changed files with 2 additions and 2 deletions
4
nginx
4
nginx
|
@ -9,8 +9,8 @@ server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name jetsearch.com;
|
server_name jetsearch.com;
|
||||||
|
|
||||||
ssl_certificate /path/to/your/certificate.crt;
|
ssl_certificate /etc/ssl/certs/jet-search.crt;
|
||||||
ssl_certificate_key /path/to/your/private.key;
|
ssl_certificate_key /etc/ssl/private/jet-search.key;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:5000;
|
proxy_pass http://127.0.0.1:5000;
|
||||||
|
|
Loading…
Reference in a new issue