You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, NGINX is serving all of the files from .git folder and along with .htaccess . Could you please add the following to NGINX configuration at the top?
location ~ /\. {
deny all;
return 403;
}
The text was updated successfully, but these errors were encountered:
Right now, NGINX is serving all of the files from
.git
folder and along with.htaccess
. Could you please add the following to NGINX configuration at the top?The text was updated successfully, but these errors were encountered: