Difference between revisions of "Subdomain redirection"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Using Nginx: https://stackoverflow.com/questions/45318758/nginx-variable-for-subdomain
 
Using Nginx: https://stackoverflow.com/questions/45318758/nginx-variable-for-subdomain
  
   server {
+
   [[server]] {
 
       [[listen]]      80;
 
       [[listen]]      80;
 
       [[server_name]]  ~^(?<my[[subdomain]]>.+)\.example\.com$;
 
       [[server_name]]  ~^(?<my[[subdomain]]>.+)\.example\.com$;
Line 13: Line 13:
 
* [[Regular expressions]]
 
* [[Regular expressions]]
 
* [[Lambda@Edge]]
 
* [[Lambda@Edge]]
 +
* [[rewrite]]
  
 
== See also ==
 
== See also ==
 
* {{Nginx}}
 
* {{Nginx}}
 
* {{DNS}}
 
* {{DNS}}
* {{redirection}}
+
* {{URL redirection}}
  
 
[[Category:Web]]
 
[[Category:Web]]

Latest revision as of 10:48, 21 June 2023

Advertising: