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;
}
}
Como gerar um podcast a partir de um livro em PDF
Automatizando digitação de códigos 2FA no browser
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Como Instalar o Microsoft Teams no Linux Ubuntu
Músicas de Andrew Hulshult no DOOM (WAD)
Instalar o Apache, MySQL e PHP no Oracle Linux 8
Bloqueando telemetria no Deepin 23.1
Como converter imagens PNG/JPEG para SVG em linha de comando
Mudar ícone do favorito "encerrar sessão" do Debian 12.10, c... (3)
Java é uma linguagem de brinquedo? (9)