mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update server_name in Nginx config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user