deason 3 жил өмнө
parent
commit
d8abc91b53

+ 5 - 0
nginx/dev-192.168.10.39/sites/https443.conf

@@ -44,6 +44,11 @@ server {
 		try_files $uri $uri/ =404;
 	}
 
+	location ^~ /models/ {
+		alias /home/admin/project/examcloud/static-new/oe-web/dist/models/;
+		try_files $uri $uri/ =404;
+	}
+
 	# location ~* (js|css|img|fonts|models) {
 	#	root /home/admin/project/examcloud/static-new/oe-web/dist/;
 	# }