Results 1 to 6 of 6
Hybrid View
-
14th Mar 2012, 04:51 PM #1OPMemberWebsite's:
satiq.netNginx and subdomains
Hi,
I'd like to know which config is best to set main domain (domain.com) and various subdomain (example.domain.com, example2.domain.com etc..)
Thanksskinner Reviewed by skinner on . Nginx and subdomains Hi, I'd like to know which config is best to set main domain (domain.com) and various subdomain (example.domain.com, example2.domain.com etc..) Thanks Rating: 5
-
14th Mar 2012, 05:00 PM #2BannedWebsite's:
xsl.tel xsltel.comofftopic : change your avatar its sucks.
ontopic :
Code:#Main Domain server { listen 0.0.0.0:80; server_name domain.com www.domain.com; location / { root /home/domains.com/www; } } #Sub Domain server { listen 0.0.0.0:80; server_name sub.domain.com www.sub.domain.com; location / { root /home/sub.domains.com/www; } } #Another Sub Domain server { listen 0.0.0.0:80; server_name sub2.domain.com www.sub2.domain.com; location / { root /home/sub2.domains.com/www; } }
-
14th Mar 2012, 05:10 PM #3OPMemberWebsite's:
satiq.net
-
14th Mar 2012, 05:14 PM #4BannedWebsite's:
xsl.tel xsltel.comyeah just change 0.0.0.0:80 to 0.0.0.0:8080.
also please notice you will need to bypass php files to fastcgi wrapper . else it won't able to read php files I will assume you already know that or will google it .
-
14th Mar 2012, 05:19 PM #5OPMemberWebsite's:
satiq.net
-
14th Mar 2012, 10:29 PM #6MemberWebsite's:
oneddl.eu nfomation.net linksafe.meewww varnish.
You should try nginx's inbuilt proxy cache, I hear it works very well.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to make Subdomains on Namecheap?
By my123world in forum Webmaster DiscussionReplies: 1Last Post: 14th Dec 2011, 10:17 AM -
Different subdomains to different wordpress installs on 1 vps?
By futureawesome in forum Server ManagementReplies: 2Last Post: 4th Aug 2011, 06:15 PM -
How to have multi subdomains for Blogspot Blogs
By nICEsHARE in forum Webmaster DiscussionReplies: 0Last Post: 13th Apr 2011, 06:53 AM -
Google rankings for subdomains
By vin in forum Webmaster DiscussionReplies: 0Last Post: 20th Dec 2010, 08:46 PM -
Individual subdomains
By gmaister22 in forum General DiscussionReplies: 13Last Post: 23rd Nov 2010, 06:40 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...