Questions tagged as 'nginx'

1
answer

Is the Node server the only option to support the maximum level of requests in an application?

For an application project that will need to support a huge amount of requests on the server such as an e-commerce portal on the day of black friday or the server of a game developer on the first day of launching an ultra-long-awaited game t...
asked by 18.10.2018 / 18:00
1
answer

When saving file in the folder of the server is asking for root access [closed]

I researched my problem and found only host solutions (none of which applied to the local server), does anyone know how I disable this stop asking the root password every time I save a file change with extension. php ? (tried chmod in th...
asked by 21.11.2016 / 02:57
1
answer

How to run Taiga.io on my computer using Nginx

I'm trying to run Taiga.io on my computer. All the backend functions normally, but when I try to access the URL exemplo.com , it does not work. I'm using: link as a tutorial.     
asked by 26.09.2018 / 15:12
2
answers

I can not access my Laravel 5 project by Vagrant and Nginx

I'm creating a development environment using Vagrant with the following dependencies: PHP7; PostgreSQL 9.3; Nginx 1.9; Git. The problem is that when I access the url http://advodocs.local.com/ Chrome returns me:    The a...
asked by 06.01.2017 / 03:13
1
answer

Receive Firebird exception message in PHP

My script PHP is not receiving the exceptions message that is generated by Firebird . I have a class that connects to DB, runs sql, and disconnects. By debugging the script, I saw that exception is being generated b...
asked by 20.01.2017 / 00:00
1
answer

Creating a custom domain for clients like ICasei does

I've created a system that generates a site for the client, such as ICase . Example: www.meusite.com.br/cliente1 www.meusite.com.br/cliente2 www.meusite.com.br/cliente3 www.meusite.com.br/cliente4 Just like Icasei does Icase...
asked by 17.10.2016 / 14:23
1
answer

htacces for nginx

RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?url=$1 Options -Indexes I need to convert this rule to htaccess to nginx     
asked by 13.09.2016 / 20:33
1
answer

request.post () does not work correctly by generating a 301 redirect in Nginx

I'm having a problem when using request.post('url', data) , for some reason when the server receives this request, it redirects (301) the request to the same url by losing the POST data, ending as a GET method. Python: >>>...
asked by 01.04.2016 / 22:33
2
answers

Apache results in Service Unavailable after installing nginx and hhvm

I have installed Nginx and HHVM to test the Hack language. All perfect, I can program in Hack and PHP using this set. However, by giving stop in Nginx and HHVM and start in Apache 2 it throws Erro 503 Service...
asked by 27.03.2015 / 20:38
1
answer

'Web application could not be started', Why?

I'm passing my project to the server. I'm using nginx. And everything is already installed, because when I go to my home address shows me: Welcome to nginx! If you see this page, the nginx web server is successfully installed and working. Fur...
asked by 13.04.2015 / 19:48