Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F41093
Vhosts for Phabricator (DevCentral)
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Jun 21 2016, 23:41
2016-06-21 23:41:34 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
Vhosts for Phabricator (DevCentral)
View Options
server {
listen 80;
listen [::]:80;
server_name phabricator-files-for-devcentral-nasqueron.spacetechnology.net;
include letsencrypt;
include ssl_params;
ssl_certificate /data/letsencrypt/etc/live/phabricator-files-for-devcentral-nasqueron.spacetechnology.net/fullchain.pem;
ssl_certificate_key /data/letsencrypt/etc/live/phabricator-files-for-devcentral-nasqueron.spacetechnology.net/privkey.pem;
include proxy_params;
location / {
proxy_pass http://localhost:31080;
}
}
server {
listen 80;
listen [::]:80;
server_name devcentral.nasqueron.org;
include letsencrypt;
include ssl_params;
ssl_certificate /data/letsencrypt/etc/live/devcentral.nasqueron.org-0001/fullchain.pem;
ssl_certificate_key /data/letsencrypt/etc/live/devcentral.nasqueron.org-0001/privkey.pem;
include proxy_params;
location / {
proxy_pass http://localhost:31080;
}
location ~ ^/maniphest/task/create {
rewrite ^/maniphest/task/create/?(.*) /maniphest/task/edit/form/1/$1;
}
#502 error
root /var/wwwroot-502/devcentral.nasqueron.org;
error_page 502 /502.html;
location /502.html {}
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37428
Default Alt Text
Vhosts for Phabricator (DevCentral) (1 KB)
Attached To
Mode
P200 Vhosts for Phabricator (DevCentral)
Attached
Detach File
Event Timeline
Log In to Comment