Added fixes for last apache update

This commit is contained in:
Alexey Berezhok
2025-10-14 23:08:27 +03:00
parent cc59572a59
commit bd56dcf5f5
10 changed files with 56 additions and 5 deletions

View File

@@ -20,6 +20,8 @@ server {
}
location / {
proxy_ssl_server_name on;
proxy_ssl_name $host;
proxy_pass http://%ip%:%web_port%;
}