Page MenuHomeDevCentral

default
No OneTemporary

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

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)

Event Timeline