209 похожих чатов

А тут кстати в доках про какой то private-key написано

его тоже на хостинге брать?

3 ответов

26 просмотров

fullchain, privkey два необходимых ключа, которые выдаются тебе после того, как центр сертификации доменов DNS или хрен знает что там за сервис - выдаст тебе ответ

# Первый сервер обрабатывает HTTP-запросы и перенаправляет их на HTTPS server { listen 80 default_server; server_name example.club; return 301 https://$host$request_uri; } # Второй сервер обрабатывает HTTPS-запросы server { listen 443 ssl; server_name example.club; # Пути к SSL-сертификатам ssl_certificate /etc/letsencrypt/live/example.club/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/example.club/privkey.pem; # Конфигурация локации location / { # Проксирование запросов на локальное приложение proxy_pass http://127.0.0.1:3001; proxy_http_version 1.1; # Заголовки для WebSocket и других proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; proxy_cache_bypass $http_upgrade; } } # Третий сервер для другого поддомена или API server { listen 443 ssl; server_name api.example.club; # Пути к SSL-сертификатам для API ssl_certificate /etc/letsencrypt/live/api.example.club/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/api.example.club/privkey.pem; # Конфигурация локации для API location / { proxy_pass http://127.0.0.1:3002; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } }

но раз у тебя на двух разных машинах фронт и бэк, то тебе это не пойдет

Похожие вопросы

Обсуждают сегодня

@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Hello, Is iExec also part of the "inception program" or another one ? Would it be a name to qualified the nature of the relationship between iExec and Nvidia? And does Secret ...
Ñïķøłäś
8
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
any reference of this implementation?
BitBuddha
29
Also, why can’t the community have a vote/ say when it comes to initiatives like buybacks. Isn’t the point of crypto decentralisation? Don’t we deserve input as long term supp...
👨🏽‍🦰
13
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
Карта сайта