Update app.conf

main
micutu 2024-10-14 21:52:52 +00:00
parent 93d9dc5ad7
commit 961b3d1cb9
1 changed files with 2 additions and 0 deletions

View File

@ -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