Ver Fonte

fix: add IP to nginx server_name

unknown há 3 dias atrás
pai
commit
e61c07a115
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -1,6 +1,6 @@
 server {
     listen 80;
-    server_name radionica3d.com;
+    server_name radionica3d.com www.radionica3d.com 148.230.71.134;
 
     root /usr/share/nginx/html;
     index index.html;