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:
parent
76acafdd12
commit
26c8d769b7
1 changed files with 0 additions and 1 deletions
|
|
@ -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 / {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue