CHILL INVEST

""" # Upload new index.html to /var/www/chill-invest.com/index.html with sftp.open("/var/www/chill-invest.com/index.html", "w") as f: f.write(homepage_html.encode('utf-8')) print("Uploaded minimalist homepage to /var/www/chill-invest.com/index.html!") # Reload Nginx to ensure clean cache print(run("systemctl reload nginx")) print("\n--- TESTING HTTPS HOMEPAGE CURL ---") print(run("curl -s https://chill-invest.com/ | head -n 25")) sftp.close() ssh.close()