Explorar o código

fix: add IP to nginx server_name

unknown hai 3 días
pai
achega
e61c07a115
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

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