Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F34578424
nginx-default-vhost.conf
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
295 B
Referenced Files
None
Subscribers
None
nginx-default-vhost.conf
View Options
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
root /var/wwwroot/default;
index index.html index.php index.htm;
location / {
try_files $uri $uri/ =404;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass 127.0.0.1:9000;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 4, 05:22 (10 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3874407
Default Alt Text
nginx-default-vhost.conf (295 B)
Attached To
Mode
rDPHPFPM Docker image for Nginx, php-fpm
Attached
Detach File
Event Timeline
Log In to Comment