瀏覽代碼

Update nginx.conf

Bozhidar Slaveykov 1 年之前
父節點
當前提交
5dd58daca4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compilators/debian/nginx/nginx.conf

+ 2 - 2
compilators/debian/nginx/nginx.conf

@@ -89,8 +89,8 @@ http {
 
 	# Vhost
 	server {
-		listen              4990;
-		listen              [::]:4990;
+		listen              8443;
+		listen              [::]:8443;
 		server_name         _;
 		root                /usr/local/phyre/web/public;
 		# Fix error "The plain HTTP request was sent to HTTPS port"