chore(nginx): removing ipv6, as some machines won't have support for

that.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-08-01 19:03:15 +02:00
parent 76acafdd12
commit 26c8d769b7

View file

@ -1,6 +1,5 @@
server { server {
listen 8080 default_server; listen 8080 default_server;
listen [::]:8080 default_server;
root /var/www/openreplay; root /var/www/openreplay;
index index.html; index index.html;
location / { location / {