# Decide the correct PORT to use according if the site has a secure
# config or not.
if grep 443 "~/.config/valet/Nginx/$HOST*"
if grep 443 ~/.config/valet/Nginx/$HOST*
then
PORT=88
else
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.