Page MenuHomeDevCentral

default
No OneTemporary

server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
root /var/wwwroot/default/public;
index index.php index.html index.htm;
location / {
try_files $uri /index.php$is_args$args;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass 127.0.0.1:9000;
}
location ~ /\.ht {
deny all;
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 12, 05:33 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065207
Default Alt Text
default (365 B)

Event Timeline