We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a959768 commit eb1d26aCopy full SHA for eb1d26a
config-ui/nginx.conf
@@ -1,5 +1,6 @@
1
server {
2
listen 4000;
3
+ listen [::]:4000;
4
server_name localhost;
5
absolute_redirect off;
6
client_max_body_size 20m;
0 commit comments