Update nginx.conf.template
Browse files- nginx.conf.template +0 -1
nginx.conf.template
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
server {
|
| 2 |
listen 8089;
|
| 3 |
-
listen [::]:8089;
|
| 4 |
|
| 5 |
location / {
|
| 6 |
root /usr/share/nginx/html;
|
|
|
|
| 1 |
server {
|
| 2 |
listen 8089;
|
|
|
|
| 3 |
|
| 4 |
location / {
|
| 5 |
root /usr/share/nginx/html;
|