resin域名绑定

转自:http://c20031776.blog.163.com/blog/static/684716252013442485193/

<cluster id="serverwww">
    <root-directory>.root-directory>
    <server-default>
      <jvm-arg>-Xmx2560mjvm-arg>
      <jvm-arg>-Xss1mjvm-arg>
      <jvm-arg>-serverjvm-arg>
      -- The http port -->
      <http address="*" port="8080"/>
    server-default>
    -- define the servers in the cluster -->
    <server id="serverwww" address="127.0.0.1" port="6800">
    server>
    -- the default host, matching any host name -->
    <host id="www.oplinux.com" root-directory=".">
      <web-app id="/" root-directory="/www/webroot/oplinux/"/>
    host>
  cluster

只需要在host id=这里加上需要绑定的域名即可,如果没有使用域名,
或是一台服务器只是开了一个RESIN的话,那么可以直接为空,域名直接解析到服务器的IP上即可.
以上专门为一个resin开多个实例,而实例需要用到域名,此时,又不想通过lighttpd或是nginx来代理的情况.

本文固定链接: http://oplinux.com/app/resin-domain.html | 游戏运维

Resin:

< host id =”channel.pengpeng.com” root-directory =”.” >
 
< host-alias > blog.pengpeng.com host-alias >
 
< host-alias > show.pengpeng.com host-alias >
 
< host-alias > photo.pengpeng.com host-alias >
 
< web-app id =”/” document-directory =”/usr/local/pengpeng/channel/” />
 
host >

你可能感兴趣的:(编程语言)