-
Published Question
I have a website running with Nginx and PHP-FPM (www.example.com), however when I try to access www.example.com/user/login to access its administration and put the correct login info, it just reload the login info pag...
1
•
•
By
alainalemany
Nginx
-
Published Answer
Thank you so much.
What I’m hosting is a web app, and its index y located in /web/app.php. So I put in Nginx:
erro...
•
By
alainalemany
-
Published Question
I have a website for a client, but when I go to www.example.com and insert special characters, let's say www.example.com/$%#&, Nginx give me a 400 Bad Request error.
What I want here is, instead of that error, redirec...
3
•
•
By
alainalemany
Nginx
PHP
CentOS
-
Published Question
Following a guide, the author allow IGMP-traffic with IPtables with the following line:
sudo iptables -I INPUT -p igmp -j ACCEPT
But I want/need to do it with FirewallD. I've looked everywhere and got nothing. Can a...
1
•
•
By
alainalemany
Firewall
CentOS
-
Published Question
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:
```
server {...
2
•
•
By
alainalemany
Nginx
CentOS