mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Update server_name in Nginx config
This commit is contained in:
parent
5cc77b94b8
commit
95cf29a2f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user