Spaces:
Running
Running
Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -2,7 +2,7 @@ events {}
|
|
| 2 |
|
| 3 |
http {
|
| 4 |
server {
|
| 5 |
-
listen
|
| 6 |
root /usr/share/nginx/html;
|
| 7 |
index index.html index.htm;
|
| 8 |
location / {
|
|
|
|
| 2 |
|
| 3 |
http {
|
| 4 |
server {
|
| 5 |
+
listen 192.168.15.171:8080;
|
| 6 |
root /usr/share/nginx/html;
|
| 7 |
index index.html index.htm;
|
| 8 |
location / {
|