Skip to content

Instantly share code, notes, and snippets.

server {
listen *:80; ## porta
server_name Dominio *.Dominio;
root /var/www/Dominio/web/public;
index index.html index.htm index.php index.cgi index.pl index.xhtml;