mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
2
valet
2
valet
@@ -43,7 +43,7 @@ then
|
|||||||
|
|
||||||
# Decide the correct PORT to use according if the site has a secure
|
# Decide the correct PORT to use according if the site has a secure
|
||||||
# config or not.
|
# config or not.
|
||||||
if grep --quiet 443 ~/.config/valet/Nginx/$HOST*
|
if grep --quiet --no-messages 443 ~/.config/valet/Nginx/$HOST*
|
||||||
then
|
then
|
||||||
PORT=60
|
PORT=60
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user