Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3942439
default
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
default
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
Thu, Dec 26, 16:26 (8 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2315190
Default Alt Text
default (295 B)
Attached To
Mode
rDPHPFPM Docker image for Nginx, php-fpm
Attached
Detach File
Event Timeline
Log In to Comment