
Enviado em 09/12/2018 - 01:18h
Tenho a seguinte situação tenho um server com Nginxerver {
listen 8080 default_server;
listen [::]:8080 default_server;
root /var/www/html/site1.site.com;
index index.html index.htm ;
server_name site1.site.com;
location / {
try_files $uri $uri/ /index.php?q=$request_uri;
#try_files $uri $uri/ =404;
}
location ~ .php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
}
location ~ /\.ht {
deny all;
}
} server {
listen 8880 default_server;
listen [::]:8880 default_server;
root /var/www/html/site2.com.br;
index index.html index.htm index.nginx-debian.html;
server_name site2.com.br www.site2.com.br;
location / {
try_files $uri $uri/ /index.php?q=$request_uri;
#try_files $uri $uri/ =404;
}
location ~ .php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
}
location ~ /\.ht {
deny all;
}
} librePods: liberte seus AirPods em 2026
Bluefin - A nova geração de ambientes de trabalho Linux
Como atualizar sua versão estável do Debian
Instalando e definindo as novas fontes Adwaita no GNOME
Configurar aviso da temperatura da CPU no Conky
Pós-instalação do elementary OS 8.1
Quer auto-organizar janelas (tiling) no seu Linux? Veja como no Plasma 6 e no Gnome
Copiando caminho atual do terminal direto para o clipboard do teclado
archlinux resolução abaixou após atualização [RESOLVIDO] (19)
Após todos esses anos... youtube! (0)
Conky não mostra temperaturas da CPU no notebook (14)
Registro do 'last&qu... errado [RESOLVIDO] (9)
O WiFi não reconhece minha rede depois que o processo de suspensão é r... (2)









