nginx is an open-source Web server and a reverse proxy for HTTP, SMTP, POP3 and IMAP protocols, aimed at high performance and low memory usage.
0
votes
1answer
6 views
nginx “root /parent/child ” inside location directive not working and shows “404 Not found”
Im learning nginx and referring to book "nginx essential-valery kholodkov" for settingup nginx 1.8 and Im using centos 7 (selinux is off).
i made some changes to documentroot(like in apache 2.x) ...
0
votes
2answers
25 views
Nginx wildcard subdomain redirect keeping query string
Trying to redirect wildcard subdomain to a new URL while appending the subdomain at the end of the URL, example:
sub1.domain.com would redirect to www.newdomain.com/categories/sub1
server {
...
1
vote
1answer
32 views
Should I use hardlinks for my “sites-enabled” folder instead of softlinks?
Every article I find about web servers suggest creating a sites-available and sites-enabled directory within apache/nginx/etc. Then, using symbolic (soft) links, create a link from the available to ...
0
votes
1answer
34 views
Make /etc/nginx writable, so I can edit it from the network
I'm running Win10 with Ubuntu Server 14.04 on a VM.
I shared my website folder (/var/www) with samba (I ran chown -R www-data:www-data) and it's writable. I edit the files with Sublime (on Win10) and ...
0
votes
0answers
7 views
PHP-FPM / Nginx, hundred requests / second in a single file
My FPM Config (PHP 5.6.x with opcache)
pid = /var/run/php-fpm/php-fpm.pid
rlimit_files = 10000
rlimit_core = 0
[www]
listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1
user = nginx
group = ...
0
votes
1answer
27 views
Nginx not loading css/js/images in https - Blocked loading mixed active content
I am running Ubuntu 14.04 with Nginx 1.8.0.
While opening the web pages in https the pages appear to be broken as the css/js/images don't load.
Error: 'Blocked loading mixed active content'
This ...
0
votes
0answers
4 views
Separate web directories of nginx+php-fpm
On my server I run mediawiki, owncloud, roundcube on same hardware, with same nginx and php-fpm process. But I worry about security. Because if hacker get access to filesystem of one of this web ...
0
votes
0answers
78 views
Optimizing kernel TCP stack / parameters for services running on one host and communicating over TCP
I have a dual server {} block setup for my webapp running on nginx. For learning purposes I want to play around with performance tuning:
Questions:
What happens to a request going from one server ...
0
votes
0answers
16 views
NGINX Stopped Serving PHP After Upgrade
Preface:
I performed a dist-upgrade of my Debian LEMP server from 7.x (jessie) to stable and PHP pages stopped displaying. I eventually figured it out but am not really sure -WHY- my fixed worked. I ...
0
votes
1answer
108 views
Install nginx 1.8 on Centos 7
I'm trying to install nginx 1.8 on Centos 7. I tried the following steps:
Install nginx repo from http://nginx.org/en/linux_packages.html
wget ...
1
vote
1answer
26 views
Large downloads interrupted on nginx reload
I'm running nginx 1.9.3. When downloading a large file (in this case, 1GiB), and reloading nginx via "nginx -s reload", the download gets interrupted in numerous browsers, including (but potentially ...
2
votes
1answer
67 views
Local port is not accessible with public IP address
I have a linux server which has public IP and Private IP. So, when ever I login with public IP, the terminal directly shows private IP.
example:
$ ssh [email protected]
root's password:
...
0
votes
0answers
25 views
Is my Nginx,php-fpm and mysql config good enough?
My Setup:
Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GH
30 GB Ram
1 Gbps Premimum/Dedicated Line
Softwares3
MariaDB 10.0.20
NGinx 1.8.0
PHP with FPM 5.6.8
Our servers gets a LOT of requests (more ...
1
vote
0answers
12 views
Nginx php doesn't execute
I'm using nginx on centos 7 with php 5.4.16. I have tried this to adding nginx.conf:
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass ...
0
votes
0answers
24 views
Using Incrond Inotify but having issues with user groups/permissions
In the /etc/incron.allow I added both:
root
USER_1
Then I edited the incrontab so it looks like this:
/var/www/laravel/public/js/main.js IN_MODIFY yui-compressor -o ...
1
vote
1answer
26 views
User settings for monit? Should it run as root, or it's own user?
I'm trying to install monit on an Ubuntu 12.04 server. I have it set up, and configured (i think), but i'm not sure what user it's supposed to run as.
My user on the server is called deploy, and my ...
2
votes
1answer
22 views
Why Nginx is not rejecting wrong hosts?
This is my config:
upstream beta {
server localhost:49213;
}
server {
listen 80;
server_name beta.example.com;
location / {
proxy_pass http://beta;
}
}
server {
...
0
votes
1answer
52 views
Nginx says open() “/etc/nginx/conf.d/foo.conf” failed (13: Permission denied)
Here is what I have in ls -al /etc/nginx:
total 52
drwxr-xr-x. 4 root root 4096 Jul 28 04:16 .
drwxr-xr-x. 78 root root 8192 Jul 28 03:37 ..
drwxr-xr-x. 2 root root 26 Jul 28 03:55 conf.d
...
0
votes
0answers
23 views
Webmin: Cannot login through nginx reverse proxy
I've created a reverse proxy for webmin through nginx to run webmin at [site domain]/webmin instead of port 10000 ([site domain]:10000).
When I go to [site domain]/webmin, the login page shows up as ...
0
votes
1answer
111 views
nginx deny rule and allow rule not working
first i have this in my nginx.conf
server {
listen 80;
root /home/user/files;
index index.php index.html index.htm;
server_name mydomain.com;
location / {
autoindex on;
...
0
votes
0answers
70 views
Host a server with NGINX using VPN behind a NAT
so I was hosting a server using NGINX on a Raspberry Pi using a T-Mobile mobile router. All was working fine, till I noticed today that T-Mobile started to put me behind a NAT sometimes. So I heard ...
0
votes
1answer
49 views
Need to parse nginx access.log by minute, chunks for statistics - is there better way?
I need collect current data from it every minute to monitore amount of requests and errors. It's nginx's frontend log - with a lot of requests. It's formatted, rotated than archived every hour.
So - ...
0
votes
1answer
105 views
NGINX: 400 The plain HTTP request was sent to HTTPS port
i setup nginx for proxypass to docker registry, the protocol http works but if i set https i have: 400 The plain HTTP request was sent to HTTPS port
This is my nginx configuration file:
upstream ...
0
votes
0answers
39 views
Nginx and Munin via CGI, no CSS, no graphs
I'm new to Munin and Nginx. I've installed and configured Munin and created a Nginx server block.
I can see the index page generated by munin, listing the different nodes. But when I click on a host ...
0
votes
0answers
15 views
lsudo /sbin/ldconfig -v showing Garbage text
RHEL 6.6
When performing "sudo /sbin/ldconfig -v" while trying to follow a different stackoverflow question related to:
sudo /etc/init.d/nginx restart
/usr/sbin/nginx: error while loading shared ...
0
votes
0answers
62 views
Nginx proxying https, protocol not forwarded
I'm using nginx and ngrok (for backup) with architecture something like this:
internet <---> ngrok <---> nginx <---> my app
^ ^
...
1
vote
2answers
405 views
nginx logrotate error on cron job
I'm running Ubuntu 14.04 LTS and nginx on a Digital Ocean VPS and occasionally receive these emails about a failed cron job:
Subject
Cron test -x /usr/sbin/anacron || ( cd / && run-parts ...
0
votes
0answers
85 views
CURLE_SSL_CACERT_BADFILE cURL error (77)
I have getting the cURL error CURLE_SSL_CACERT_BADFILE on my Nginx webserver. I found a fix where I add my pem link to my curl.ini file.
Before I did this I would get the error on curl ...
0
votes
0answers
63 views
Mod Speed Installation Error
I have 2 webservers Apache and Nginx. Trying to install mod_speed integrated with Apache but I get error: Failed dependencies:
httpd >= 2.2 is needed by ...
1
vote
1answer
43 views
Install nginx as proxy after Apache
If I install nginx as proxy on my Debian wheezy server, what steps would be needed to change my apache configuration so all static content is directly delivered by nginx?
I already have some 250 ...
3
votes
2answers
1k views
start nginx on boot with systemd
I just installed nginx 1.9 on a debian 8 server.
nginx is working fine, when I tell it to run, but it wont seem to load nginx automaticaly on boot.
I have tried numerious init scripts recomended on ...
3
votes
1answer
1k views
Nginx init.d script
After a dist-upgrade on my debian machine yesterday I am having some problems with the nginx init script. Whenever I try to start nginx using the init script it comes up with a error message:
# ...
0
votes
1answer
87 views
Logging incoming request to my nginx proxy server
I am new to nginx proxy server. I would like to log all incoming requests, before it hits my worker nodes. Can anyone please help me with this configuration
1
vote
1answer
402 views
nginx location regex with proxypass
I am quite new to nginx so excuse me in advance if i am asking something obvious.
What i am trying to do is to proxypass to another server a request that comes to my nginx server in the form of:
...
0
votes
1answer
168 views
Uninstall Phusion Passenger and repair package database
Some time ago I installed Phusion Passenger with these instructions. I also have the debdeb.org repository in my sources.list.
I now want to remove Passenger and install a clean nginx package from ...
0
votes
1answer
13 views
How to redirect with nginx
I have some http servers running in different ports, but I want to access them this way:
192.168.178.42:80/foo to access 192.168.178.42:8080
192.168.178.42:80/asdf to access ...
1
vote
2answers
929 views
Proxy (nginx) shows a Bad gateway error
I have a service (docker registry) that runs on port 5000, I have installed nginx to redirect http request from 8080 to 5000. If I make a curl to localhost:5000 it works, but when I make a curl to ...
0
votes
0answers
61 views
Nginx rewrite rules
good day,
anyone can help me convert this .htaccess to nginx ?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^data/([0-9]+)/(.*).html$ index.php?dir=$1 [QSA,L]
RewriteRule ...
1
vote
0answers
109 views
Can't run php cli at webuser but will run as root
I am running a Magento application on a Nginx server.
nginx + php-fpm running as webuser:www
There are some function in the shell directory of Magento which run fine as root and the import run fine ...
1
vote
2answers
177 views
why nginx holds file descriptions of logs?
on Red Hat Enterprise Linux Server release 6.6 (Santiago)
nginx version: nginx/1.0.15
I use common nginx logrotate config, logrotate works fine and nginx creates new log file like access.log or ...
0
votes
1answer
337 views
PHP 5.4 ON CENTOS 7 , NGINX , page not found error
I am trying to install PHP 5.4 on CentOS 7
currently , my conf files look like the following :
/etc/nginx/conf.d
server {
listen 80;
server_name 178.62.255.79;
root ...
0
votes
1answer
82 views
Nginx File 404 when trying to launch drupal install.php
I am getting a 404 when trying to access the install.php for drupal on nginx. Below are my /etc/nginx/nginx.conf and /etc/nginx/conf.d/default.conf files. the nginx user and group own the ...
0
votes
1answer
84 views
Subdomain Creation in Amazon EC2 using Nginx Server [closed]
I am using amazon ec2.... My app is written in Ruby on Rails. I am using Nginx Server. How can I create sub-domain and automate it when a user registers like http://user.mywebsite.com?
1
vote
0answers
332 views
SimpleSAMLphp, Nginx, Ubuntu 14.04
My setup
Ubuntu 14.04 LTS 64-bit
Nginx
SimpleSAMLphp 1.13.2
My Nginx server block:
server {
listen 80;
listen [::]:80;
root /var/www/sso/html;
index index.php index.html ...
0
votes
1answer
47 views
File/dir permission conundrum
I support a dev server for WordPress sites. Server is using the Nginx/php-fpm stack. I'm struggling with setting up file and directory permissions so that www-data has read and write access while our ...
0
votes
2answers
141 views
Nginx - access from a public ip address - ubuntu 14.04
An nginx server is up and running locally on my system[ubuntu 14.04]. But i am having difficulty accessing the same server from my public ip address, or from any other system using my public ip ...
1
vote
1answer
1k views
How to fix an unknown internal server error (500) Nginx is giving me?
Nginx is giving me a 500 error that's driving me crazy. First of all I have a personalsite.conf archive inside /etc/nginx/conf.d/ where I have my server block.
This is my server block configuration:
...
0
votes
1answer
149 views
How to access a website hosted on Ubuntu virtual machine on Azure?
I'm using Ubuntu 14.10 virtual machine located on Azure and I'm accessing it via Putty client. I've installed required software like Nginx and Mono, and I'm trying to host ASP.NET 5 webapp on Ubuntu.
...
0
votes
0answers
265 views
Custom compiled Nginx with ngx_pagespeed in CentOS 7 wont start
Since PageSpeed must be compiled along with Nginx, and I don't like the way instructions are in the Google page, I decided to follow another great one.
Anyway, I did everything there. And when I get ...
1
vote
0answers
59 views
nginx serves info.php but doesnt serves index.php
info.php with basic phpinfo() is served when I enter info.php in the url, however index.php is not being served. I tweaked around some changes reading different answers on stackexchange
`try_files ...