Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Wildcard subdomains pointing each one to a folder with the same name as subdomain

$
0
0
Ah then you need something like this:

map $host $dswcname {
default "www";
~smartgrids "smartgrids";
[...]
}

server {
listen 80;
server_name .site.eu;
[...]
root /home/hifolio/public_html/$dswcname;
[...]

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>