NGINX should listen on IPv6 as well

This commit is contained in:
Andrew Rowson
2020-12-24 13:15:34 +01:00
committed by GitHub
parent 658cb6b223
commit beb522c03e
+1
View File
@@ -8,6 +8,7 @@ http {
}
server {
listen ${LISTEN_PORT};
listen [::]:${LISTEN_PORT};
root /usr/share/nginx/html;
location /api {
proxy_pass http://otrecorder/api/;