Spaces:
Runtime error
Runtime error
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; # путь к вашему ключу | |
} | |