Page MenuHomeDevCentral

Vhosts for Phabricator (DevCentral)

Authored By
dereckson
Jun 21 2016, 23:41
Size
1 KB
Referenced Files
None
Subscribers
None

Vhosts for Phabricator (DevCentral)

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

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)

Event Timeline