Skip to content

Instantly share code, notes, and snippets.

View EduardoOliveira's full-sized avatar
💭
MMP'ing

Eduardo Oliveira EduardoOliveira

💭
MMP'ing
View GitHub Profile
server {
listen 80;
root /var/www/xxx/public;
server_name xxx;
index index.php index.html index.htm;
error_log /var/log/nginx/tux-control-debug debug;
# Disallow access to hidden files (.htaccess, .git, etc.)
location ~ /\. {