Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768277
default
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
353 B
Referenced Files
None
Subscribers
None
default
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 /index.php {
include snippets/fastcgi-php.conf;
fastcgi_pass 127.0.0.1:9000;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 07:20 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258621
Default Alt Text
default (353 B)
Attached To
Mode
rDPHAB Docker image for Phabricator
Attached
Detach File
Event Timeline
Log In to Comment