Skip to content

Instantly share code, notes, and snippets.

View agkairos's full-sized avatar

Weslley N.Dutra agkairos

View GitHub Profile
@agkairos
agkairos / domain.conf
Created February 28, 2020 15:46
Publicar Laravel em subpasta nginx php7.2 php-fpm
server {
listen 80;
root /var/www/html;
index index.php index.html;
server_name www.domain.com domain.com;
access_log on;
error_log /var/log/nginx/error.log error;