What are you interested in?

nginx:

upstream foo {
  server *.22.*.228 <http://*.22.*.228:3002/>:3002;}

server {
  listen *.22.*.228 <http://*.22.*.228:3002/>;
  server_name foo.net;
  root /var/www/foo.net

 location / {
    proxy_pass http://foo;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    proxy_set_header Host $host;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
  }}

hypnotoad:

{
hypnotoad => {
    listen  => ['http://127.0.0.1:3002']
  }
};


среда, 13 января 2016 г., 17:35:56 UTC+3 пользователь Ben van Staveren 
написал:
>
> You may want to add some more detail... 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to