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
dddda50e56
commit
eb488897f2
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
server {
|
||||
listen 8080 default_server;
|
||||
listen [::]:8080 default_server;
|
||||
root /var/www/openreplay;
|
||||
index index.html;
|
||||
rewrite ^((?!.(js|css|png|svg|jpg|woff|woff2)).)*$ /index.html break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue