Changes for page How to setup an Nginx reverse proxy and also provide a global X.509 certificate for it
Last modified by Alexandru Pentilescu on 2023/06/25 18:53
From version 5.1
edited by Alexandru Pentilescu
on 2022/06/11 21:30
on 2022/06/11 21:30
Change comment:
There is no comment for this version
To version 4.1
edited by Alexandru Pentilescu
on 2022/06/11 21:21
on 2022/06/11 21:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -141,8 +141,4 @@ 141 141 Time to get into the groove of things! 142 142 First, we shall create a new configuration file in "/etc/nginx/sites-available" and then a symbolic link towards it in "/etc/nginx/sites-enabled" called "fallback.conf". Why? 143 143 Well, basically, we want for any HTTP request to our website, either to "pentilescu.com" or to any subdomain of "pentilescu.com" to redirect that request to the exact same destination but using the HTTPS protocol, instead. 144 -This is considered good practice, because, you're eseentially redirecting the browser to use a more secured connection protocol. Not only will this ensure that any login credentials are protected from being stolen, but also that the exact resources being retrieved from our server are obfuscated, so that our visitors can browse our server privately. 145 - 146 -The contents of this "fallback.conf" file are as follows: 147 - 148 - 144 +This is considered good practice, because, you're eseentially redirecting the browser to use a more secured version of that page.