419 solutions found in server-admin
Page 3 of 21votes
We have a server that is serving one html file. Right now the server has 2 CPUs and 2GB of ram. From blitz.io, we are getting about 12k connections per minut...
votes
I am using nginx as a reverse proxy and trying to read a custom header from the response of an upstream server (Apache) without success. The Apache response is...
votes
Is it possible to get which conf the nginx is using only from a running nginx process? To get the conf file path. sometimes `ps aux` reveal it, sometimes it...
votes
**Nginx regex location syntaxe** Regex expressions can be used with Nginx location block section, this is implemented with the PCRE engine. What does exac...
votes
I was trying to use [Thin][1] app server and had one issue. When nginx [proxies][2] the request to Thin (or Unicorn) using `proxy_pass http://my_app_upstream...
votes
I am trying to get rid of deprecated Docker links in my configuration. What's left is getting rid of those `Bad Gateway` nginx reverse proxy errors when I r...
votes
I'm running nginx in a Virtual Machine using NAT and I'm having redirection issues when I access it from the host machine. ### Works as expected - `...
votes
I had a problem with a custom HTTP `SESSION_ID` header not being transfered by nginx proxy. I was told that underscores are prohibited according to the HTTP...
votes
I am writing some webservices returning JSON data, which have lots of users. What are the benefits of using Nginx in front my server compared to just using t...
votes
I have several sets of static `.html` files on my server, and I would like use nginx to serve them directly. For example, nginx should serve an URI of the follo...
votes
I want to write some more complex conditions in my Nginx configuration files but I'm not sure of the syntax and can't find docs describing what you can...
votes
In a previous [question][1] I found out that I should be setting nginx ssl termination and not having Rails process encrypted data. Then why does the followi...
votes
I uploaded react.js application to a server. I'm using nginx server. Application is working fine. But when I go to another page & refresh, the site is n...
votes
I'm new to NGINX and I'm trying to setup minimal working thing. So I trying to run aiohttp mini-app with nginx and supervisor (by [this][1] example). Bu...
votes
I need to determine whether the current invocation of PHP is from the command line (CLI) or from the web server (in my case, Apache with mod_php). Any recomm...
votes
How can I force to SSL/https using .htaccess and mod_rewrite page specific in PHP.
votes
I need to allow users on my website to delete their images off the server after they have uploaded them if they no longer want them. I was previously using the...
votes
I have installed php 5.6 and and php 7.1 on my Ubuntu 16.04 I know with Apache as my web server, I can do a2enmod php5.6 #to enable php5 a2enmod...
votes
I'm working on a generative art project where I would like to allow users to save the resulting images from an algorithm. The general idea is: * Create a...
votes
I'm using Nihilogic's "Canvas2Image" JavaScript tool to convert canvas drawings to PNG images. What I need now is to turn those base64 strin...