How to serve PHP files on Nginx

  Рет қаралды 1,279

Abstract programmer

Abstract programmer

Күн бұрын

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;
}
}

Пікірлер: 4
@nhatlequocnhat7183
@nhatlequocnhat7183 2 ай бұрын
Really Intuitive for the beginner, Thank you so much
@absprog
@absprog 2 ай бұрын
Glad it was helpful!
@Cyborg-h6h
@Cyborg-h6h 7 сағат бұрын
thanks alot. helped me a bunch
@absprog
@absprog 2 сағат бұрын
Glad to hear that
Raspberry Pi versus AWS // How to host your website on the RPi4
8:39
NGINX с нуля до профи. Nginx что это, как работает, как парсит конфиги?
14:08
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 52 МЛН
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН
1. Настройка Docker. PHP+Nginx+MySQL
14:02
Alex Skrashuk
Рет қаралды 32 М.
All you need to know about FastCGI Process Manager (FPM)
12:44
Daniel Persson
Рет қаралды 16 М.
Basic Guide To The Personal Web
22:17
Psychcool
Рет қаралды 126 М.
How Fast Can I Fill My Inbox?
13:30
Dev Detour
Рет қаралды 305 М.
Install and setup NGINX + PHP-FPM on FreeBSD
16:57
GaryH Tech
Рет қаралды 1,4 М.
Web Server Concepts and Examples
19:40
WebConcepts
Рет қаралды 248 М.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 564 М.
Learn Proper NGINX Configuration Context Logic
12:56
NGINX
Рет қаралды 47 М.
Install & Setup PHP and Nginx on Ubuntu Linux with FPM
11:16
Cameron McKenzie
Рет қаралды 17 М.
The Easiest Way to Build Websites
10:56
Sajid
Рет қаралды 489 М.