Eliminate the word should for will and need.
				
					
				
			This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| # 2024-12-31 Hyperling | ||||
| # A dummy test file since true scripts are being kept private. | ||||
| # This should help anyone understand how the project is being used. | ||||
| # This will help anyone understand how the project is being used. | ||||
|  | ||||
| ## Instructions ## | ||||
| # Add this without the comment to your /etc/hosts to test that it is working, | ||||
| @@ -11,9 +11,9 @@ | ||||
| #   cd $DOCKER_HOME/Config/ReverseProxy && docker compose build && docker compose up -d | ||||
| # Then from the system with the modified /etc/hosts, | ||||
| #   curl --insecure git.example.com | ||||
| # You should see activity in the container log as well as the contents of the | ||||
| # You will see activity in the container log as well as the contents of the | ||||
| # proxied website in the terminal, NOT git.example.com. If using a browser then you | ||||
| # should notice that the URL is still git.example.com but the website is correct. | ||||
| # will notice that the URL is still git.example.com but the website is correct. | ||||
|  | ||||
| # Force HTTPS | ||||
| server { | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # 2023-07-08 Hyperling | ||||
| # A dummy test file since true scripts are being kept private. | ||||
| # This should help anyone understand how the project is being used. | ||||
| # This will help anyone understand how the project is being used. | ||||
|  | ||||
| ## Instructions ## | ||||
| # Add this without the comment to your /etc/hosts to test that it is working, | ||||
| @@ -11,9 +11,9 @@ | ||||
| #   cd $DOCKER_HOME/Config/ReverseProxy && docker compose build && docker compose up -d | ||||
| # Then from the system with the modified /etc/hosts, | ||||
| #   curl --insecure html.example.com | ||||
| # You should see activity in the container log as well as the contents of the | ||||
| # proxied website in the terminal, NOT html.example.com. If using a browser then you | ||||
| # should notice that the URL is still html.example.com but the website is correct. | ||||
| # You will see activity in the container log as well as the contents of the | ||||
| # proxied website in the terminal, NOT git.example.com. If using a browser then you | ||||
| # will notice that the URL is still git.example.com but the website is correct. | ||||
|  | ||||
| # Force HTTPS | ||||
| server { | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # 2025-01-02 Hyperling | ||||
| # A dummy test file since true scripts are being kept private. | ||||
| # This should help others understand how to get Nextcloud working. | ||||
| # This will help others understand how to get Nextcloud working. | ||||
|  | ||||
| ## Instructions ## | ||||
| # Add this without the comment to your /etc/hosts to test that it is working, | ||||
| @@ -11,9 +11,9 @@ | ||||
| #   cd $DOCKER_HOME/Config/ReverseProxy && docker compose build && docker compose up -d | ||||
| # Then from the system with the modified /etc/hosts, | ||||
| #   curl --insecure cloud.example.com | ||||
| # You should see activity in the container log as well as the contents of the | ||||
| # proxied website in the terminal, NOT cloud.example.com. If using a browser then you | ||||
| # should notice that the URL is still cloud.example.com but the website is correct. | ||||
| # You will see activity in the container log as well as the contents of the | ||||
| # proxied website in the terminal, NOT git.example.com. If using a browser then you | ||||
| # will notice that the URL is still git.example.com but the website is correct. | ||||
|  | ||||
| server { | ||||
|     listen 80; | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # 2022-10-05 Hyperling | ||||
| # A dummy test file since true scripts are being kept private. | ||||
| # This should help anyone understand how the project is being used. | ||||
| # This will help anyone understand how the project is being used. | ||||
|  | ||||
| ## Instructions ## | ||||
| # Add this without the comment to your /etc/hosts to test that it is working, | ||||
| @@ -11,9 +11,9 @@ | ||||
| #   cd $DOCKER_HOME/Config/ReverseProxy && docker compose build && docker compose up -d | ||||
| # Then from the system with the modified /etc/hosts, | ||||
| #   curl --insecure proxy.example.com | ||||
| # You should see activity in the container log as well as the contents of the | ||||
| # You will see activity in the container log as well as the contents of the | ||||
| # proxied website in the terminal, NOT proxy.example.com. If using a browser then you | ||||
| # should notice that the URL is still proxy.example.com but the website is correct. | ||||
| # will notice that the URL is still proxy.example.com but the website is correct. | ||||
|  | ||||
| # Force HTTPS | ||||
| server { | ||||
| @@ -67,7 +67,7 @@ server { | ||||
|         # Or alternatively, do it like the force of HTTPS if not your server. | ||||
|         #return 301 https://website.name/$request_uri; | ||||
|  | ||||
|         # This should forward you from 'proxy.example.com' to a real site: | ||||
|         # This will forward you from 'proxy.example.com' to a real site: | ||||
|         proxy_pass https://hyperling.com; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user