ng
This commit is contained in:
parent
5ad51527a8
commit
de3a1b6384
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
server {
|
||||
listen 80;
|
||||
# Change from 80 to 3000
|
||||
listen 3000;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue