Page MenuHomeDevCentral

default
No OneTemporary

server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
root /opt/phabricator/webroot;
location / {
index index.php;
rewrite ^/(.*)$ /index.php?__path__=/$1 last;
}
location = /favicon.ico {
try_files $uri =204;
}
location /index.php {
include snippets/fastcgi-php.conf;
fastcgi_pass 127.0.0.1:9000;
}
}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 07:20 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258621
Default Alt Text
default (353 B)

Event Timeline