Skip to content

Commit 7253d72

Browse files
committed
feat: add dockerfile
1 parent 5ed6d4e commit 7253d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-deploy-data/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ http {
1111
keepalive_timeout 65;
1212
server {
1313
listen 80;
14-
server_name 119.3.180.78;
14+
server_name 0.0.0.0;# public ip or domain name
1515
location / {
1616
root /usr/share/nginx/html;
1717
index index.html index.htm;

0 commit comments

Comments
 (0)