mirror of
https://github.com/owntracks/frontend.git
synced 2026-08-25 20:47:16 +00:00
NGINX should listen on IPv6 as well
This commit is contained in:
@@ -8,6 +8,7 @@ http {
|
||||
}
|
||||
server {
|
||||
listen ${LISTEN_PORT};
|
||||
listen [::]:${LISTEN_PORT};
|
||||
root /usr/share/nginx/html;
|
||||
location /api {
|
||||
proxy_pass http://otrecorder/api/;
|
||||
|
||||
Reference in New Issue
Block a user