mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-12-31 01:59:33 -06:00
Enable listen IPv6 for port 3000
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
server {
|
||||
listen 3000;
|
||||
listen [::]:3000;
|
||||
server_name localhost;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
Reference in New Issue
Block a user