Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11708247
phabricator
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
351 B
Referenced Files
None
Subscribers
None
phabricator
View Options
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 ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass 127.0.0.1:9000;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 15, 05:26 (11 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2983760
Default Alt Text
phabricator (351 B)
Attached To
Mode
rDPHAB Docker image for Phabricator
Attached
Detach File
Event Timeline
Log In to Comment