Carlos Gomes Posted May 16, 2018 Share Posted May 16, 2018 (edited) Nunca havia instalado ngnix na vida, segui um tutorial mas ao adicionar um arquivo .php ele não funciona dá o erro 404. Já um arquivo .html funciona perfeitamente. Vocês podem me ajudar? nano /etc/nginx/conf.d/default.conf server { listen 80; server_name localhost; #charset koi8-r; #access_log /var/log/nginx/log/host.access.log main; location / { root /var/www/html; index index.php index.html index.htm; } #error_page 404 /404.html; # redirect server error pages to the static page /50x.html # error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html; } # proxy the PHP scripts to Apache listening on 127.0.0.1:80 # #location ~ \.php$ { # proxy_pass http://127.0.0.1; #} location ~ \.php$ { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } # deny access to .htaccess files, if Apache's document root # concurs with nginx's one # #location ~ /\.ht { # deny all; #} } OBS: PHP já está instalado =D Edited May 16, 2018 by Carlos Gomes 0 Quote Link to comment Share on other sites More sharing options...
Cauan Posted May 17, 2018 Share Posted May 17, 2018 Quem pode resolver isso é o colega Ricardo. @RevendaHost pode dizer ao autor do post como configurar? 0 Quote Link to comment Share on other sites More sharing options...
Carlos Gomes Posted May 17, 2018 Author Share Posted May 17, 2018 6 horas atrás, hospedahost disse: Instalo Nginx na mão isso? Foi sim 0 Quote Link to comment Share on other sites More sharing options...
RevendaHost Posted May 26, 2018 Share Posted May 26, 2018 Em 16/05/2018 em 23:56, Cauan disse: Quem pode resolver isso é o colega Ricardo. @RevendaHost pode dizer ao autor do post como configurar? Calma, não é bem assim... 0 Quote Gerenciamento e otimização de servidores: Centos, Debian, Ubuntu, AlmaLinux, Cpanel e VestaCP. Cloud otimizado e otimização para: Wordpress. Virtualização: Implementação e gerenciamento Virtualizor, Proxmox, Openstack e VMware. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.