Update app.conf

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

View File

@ -11,6 +11,8 @@ server {
server {
listen 443 ssl;
server_name example.org;
ssl_certificate /etc/letsencrypt/live/example.org/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.org/privkey.pem;
location / {
proxy_pass http://example.org; #for demo purposes