Update app.conf
parent
93d9dc5ad7
commit
961b3d1cb9
2
app.conf
2
app.conf
|
|
@ -13,6 +13,8 @@ server {
|
|||
server_name example.org;
|
||||
ssl_certificate /etc/letsencrypt/live/example.org/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/example.org/privkey.pem;
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf;
|
||||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://example.org; #for demo purposes
|
||||
|
|
|
|||
Loading…
Reference in New Issue