Merge pull request #302 from thifranc/develop

[del] obsolete nginx conf file
This commit is contained in:
chandi Langecker 2023-11-29 17:08:41 +01:00 committed by GitHub
commit 2822132ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
location /verto {
proxy_pass https://host.docker.internal:8082;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_read_timeout 6h;
proxy_send_timeout 6h;
client_body_timeout 6h;
send_timeout 6h;
}