nginx Reverse Proxy: Revision history

From KlavoWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 July 2023

19 April 2023

  • curprev 03:1903:19, 19 April 2023David talk contribs 3,586 bytes +313 No edit summary
  • curprev 03:0603:06, 19 April 2023David talk contribs 3,273 bytes +111 No edit summary
  • curprev 02:5202:52, 19 April 2023David talk contribs 3,162 bytes +3,162 Created page with "This will allow you to host mutliple internal web servers via a single public IP address. The following instrucitons are based on Raspbian 11.6 = Installation = <pre> apt install nginx </pre> == Configuration File == <pre> vi /etc/nginx/sites-available/reverse-proxy </pre> <pre> server { listen 443 ssl; server_name ha.klaverstyn.com.au; ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; ssl_certificate /etc/nginx/ssl-cert/ha.klaverstyn.com.au.crt; ssl_ce..."