nich2456 commited on
Commit
23520a2
·
verified ·
1 Parent(s): 0b82edb

Update nginx.conf.template

Browse files
Files changed (1) hide show
  1. nginx.conf.template +2 -2
nginx.conf.template CHANGED
@@ -1,6 +1,6 @@
1
  server {
2
- listen ${PORT};
3
- listen [::]:${PORT};
4
 
5
  location / {
6
  root /usr/share/nginx/html;
 
1
  server {
2
+ listen 8089;
3
+ listen [::]:8089;
4
 
5
  location / {
6
  root /usr/share/nginx/html;