Эх сурвалжийг харах

IPV6: Small corrections in apache template and debian install

root 3 жил өмнө
parent
commit
ae4096d41d

+ 1 - 1
install/deb/apache2/status-ipv6.conf

@@ -5,5 +5,5 @@ Listen [::1]:8081
     Order deny,allow
     Deny from all
     Allow from 127.0.0.1
-    Allow from [::1]
+    Allow from ::1
 </Location>

+ 1 - 1
install/hst-install-debian.sh

@@ -241,7 +241,7 @@ done
 eval set -- "$args"
 
 # Parsing arguments
-while getopts "a:w:v:j:k:m:M:g:d:x:z:Z:c:t:i:b:r:o:q:l:y:s:e:p:D:fh" Option; do
+while getopts "a:w:v:j:k:m:M:g:d:x:z:Z:c:t:i:b:r:o:q:l:y:6:s:e:p:D:fh" Option; do
 	case $Option in
 		a) apache=$OPTARG ;;       # Apache
 		w) phpfpm=$OPTARG ;;       # PHP-FPM