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