Advanced Search
Search Results
2 total results found
NextCloud NGINX Reverse Proxy Site Config
NextCloud
This is the site config I use for my NGINX RP to point my sub to the LXC running NextCloud: server { listen 80; server_name cloud.domain.com; return 301 https://$host$request_uri; } server { listen 443 ssl; server_name cloud.domai...
Adding a Sub Domain Configs to NGINX
ProxMox
Quick Commands
This is the process I follow to add a site config to my NGINX reverse proxy server, which is Debian 12, and the following commands should work for any Debian based distro. Adjust fire according to your flavor, as needed. On the NGINX reverse proxy server, cre...