Update server_name in Nginx config

This commit is contained in:
Simon Larsen 2024-02-29 16:50:58 +00:00
parent 5cc77b94b8
commit 95cf29a2f9
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -300,7 +300,7 @@ server {
listen 80 http2;
server_name localhost ${HOST}; #All domains
server_name localhost ingress ${HOST}; #All domains
proxy_busy_buffers_size 512k;
proxy_buffers 4 512k;