How to serve PHP files on Nginx

  Рет қаралды 388

Abstract programmer

Abstract programmer

2 ай бұрын

Let's see how to use Nginx to host a PHP website and solve the problems:
* Nginx 403 forbidden
* PHP file downloaded instead of run
Nginx configuration file with PHP support:
server {
listen 80;
server_name your_server_domain_or_IP;
root /var/www/html;
index index.php index.html index.htm;
location / {
try_files $uri $uri/ =404;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.x-fpm.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}

Пікірлер
Why is My Webserver Hanging?!? (Spoiler: It was PHP-FPM)
9:31
Shawn Powers
Рет қаралды 6 М.
NGINX с нуля до профи. Nginx что это, как работает, как парсит конфиги?
14:08
$10,000 Every Day You Survive In The Wilderness
26:44
MrBeast
Рет қаралды 134 МЛН
🍟Best French Fries Homemade #cooking #shorts
00:42
BANKII
Рет қаралды 61 МЛН
Apache vs NGINX
7:53
IBM Technology
Рет қаралды 251 М.
Gleam for Impatient Devs
8:46
Isaac Harris-Holt
Рет қаралды 51 М.
How to host multiple websites on Nginx
4:39
Abstract programmer
Рет қаралды 2,8 М.
Basic password cracking with Hashcat
2:24
Zerolag Security
Рет қаралды 31
Rewrite rules, Try Files and Logging | Nginx Tutorial #2
23:58
Durgadas Kamath
Рет қаралды 4,5 М.
CORS с нуля. Основы
12:43
ZeBrains Broadcast
Рет қаралды 16 М.
Learn Proper NGINX Configuration Context Logic
12:56
NGINX
Рет қаралды 43 М.
How to Switch from Apache to Nginx (and vice versa)
13:00
Tony Teaches Tech
Рет қаралды 10 М.
How to Configure PHP for Nginx with PHP-FPM on Ubuntu
10:22
Tony Teaches Tech
Рет қаралды 54 М.
APPLE совершила РЕВОЛЮЦИЮ!
0:39
ÉЖИ АКСЁНОВ
Рет қаралды 664 М.
Samsung S24 Ultra professional shooting kit #shorts
0:12
Photographer Army
Рет қаралды 16 МЛН
Bluetooth Desert Eagle
0:27
ts blur
Рет қаралды 7 МЛН
сюрприз
1:00
Capex0
Рет қаралды 1,3 МЛН