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
Sun, Nov 24, 18:13 (1 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258621
Default Alt Text
default (353 B)

Event Timeline