Posts by nikaway • 61 points
4 posts
-
1
votes1
answer3090
viewsQ: PHP site is downloading
I was trying to configure the serverblocks (vhost) of Nginx, so I deleted the "default" file located in /etc/nginx/sites-enabled/default and created a file with the name of my site, added these…
-
1
votes0
answers70
viewsQ: Error log: upstream timed out (110: Connection timed out) on Nginx
Hello, I use Nginx on Ubuntu 14.04 And my php script is just loading and won’t open! After a long time just loading the page, I come across this message: An error occurred. Sorry, the page you are…
-
1
votes1
answer267
viewsQ: How do you get the site to be accessed with and without "www"
my site is only accessing without the "www" within the directory of my website, there is a . htaccess with this rule: RewriteEngine on RewriteCond %{HTTP_HOST} ^subdominio\.meusite\.com$ [OR]…
-
3
votes2
answers847
viewsQ: Nginx does not import phpmyadmin database: "413 Request Entity Too Large"
i have a database of 1.31MB I’m trying to import into my phpmyadmin, which on the side indicates that it supports importing Full Size Database: 2.048KB. But, I’m not getting... every time I try to…