fix: change nginx listen port from 80 to 8080
Port 80 conflicts with another service on NUC Box
This commit is contained in:
parent
19ff09f724
commit
e75e364e64
@ -1,5 +1,5 @@
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 8080;
|
||||||
server_name _;
|
server_name _;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user