Spaces:
Runtime error
Runtime error
File size: 442 Bytes
fb68934 a91fc64 fb68934 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
server {
listen 7860;
location / {
proxy_ssl_server_name on;
proxy_pass https://gpt.darkcoder15.tk/;
}
# Установите следующие два блока, если у вас есть SSL для localhost
#ssl on;
#ssl_certificate /etc/nginx/ssl/localhost.crt; # путь к вашему cert
#ssl_certificate_key /etc/nginx/ssl/localhost.key; # путь к вашему ключу
}
|