deason 2 жил өмнө
parent
commit
644da209a4

+ 1 - 1
nginx/dev-192.168.10.39/nginx.conf

@@ -109,7 +109,7 @@ http {
 
 	# =====================================================================
 
-#	include sites/http80.conf;
+	include sites/http80.conf;
 	#include sites/https443.conf;
 	include sites/v3.conf;
 	include sites/http7200.conf;

+ 1 - 1
nginx/dev-192.168.10.39/sites/v3.conf

@@ -1,6 +1,6 @@
 server {
 	listen 443 ssl;
-	listen 80;
+	#listen 80;
         server_name    *.dev39.qmth.com.cn  dev39.qmth.com.cn;
 
 	charset utf-8;