We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed6d4e commit 7253d72Copy full SHA for 7253d72
docker-deploy-data/nginx.conf
@@ -11,7 +11,7 @@ http {
11
keepalive_timeout 65;
12
server {
13
listen 80;
14
- server_name 119.3.180.78;
+ server_name 0.0.0.0;# public ip or domain name
15
location / {
16
root /usr/share/nginx/html;
17
index index.html index.htm;
0 commit comments