Difference between revisions of "Subdomain"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[wikipedia:Subdomain]]
 +
 
* [[DNS]]
 
* [[DNS]]
 
* [[Wildcard certificate]]
 
* [[Wildcard certificate]]
  
  
https://stackoverflow.com/questions/45318758/nginx-variable-for-subdomain
+
[[Subdomain redirection]]
  server {
+
 
      [[listen]]       80;
+
* Free: [[eu.org]]
      [[server_name]] ~^(?<my[[subdomain]]>.+)\.example\.com$;
+
 
      [[return]]       301 http://example.com/$mysubdomain$[[request_uri]];
+
 
  }
+
== Related terms ==
 +
* [[URL]], [[URI]]
  
 
== See also ==
 
== See also ==
 +
* {{URL}}
 
* {{DNS}}
 
* {{DNS}}
  
  
 
[[Category:DNS]]
 
[[Category:DNS]]

Latest revision as of 13:26, 14 February 2024

Advertising: