Jump to content

Настройка, установка и приминение Let's Encrypt в uniGUI


x11

Recommended Posts

Как это все правильно автоматизировать?

А кто-нибудь уже пытался реализовать так, чтобы сертификаты автоматически загружались на свой сервер и устанавливались в uniGUI?

Может ли кто-нибудь создать пример и/или инструкцию, описание, что к чему, что устанавливать и т.д.?

Link to comment
Share on other sites

  • x11 changed the title to Настройка, установка и приминение Let's Encrypt в uniGUI
  • 3 weeks later...
18 minutes ago, Kos said:

настроить Nginx

мне сказали, что NGinx по каким-то ограничениям и параметрам в Windows очень НЕпроизводительный и тормознутый.

Link to comment
Share on other sites

есть опыт, сервер с Windows + Nginx + Certbot  + HyperServer + UniGUI App c 600+ тяжелыми сессиями одновременно. полет нормальный

но лучше 2 сервера: Linux + Nginx + Certbot и Windows + HyperServer + UniGUI App

Link to comment
Share on other sites

скажу больше, по личному опыту 600 сессий через один HyperServer хуже чем 3xHyperSever на одном сервере по 200+\- сессий на каждом HyperServer (max 10 nodes).

с равномерным статическим распределением нагрузки между HyperServer-ами через Nginx с помощью 

split_clients "${remote_addr}AAA" $hs_id {
	30.0%  "127.0.0.1:8081";
	40.0%  "127.0.0.1:8082";
	*      "127.0.0.1:8083";
}

location / {
	proxy_pass http://$hs_id;
	//...
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...