Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Paste
P200
Vhosts for Phabricator (DevCentral)
Active
Public
Actions
Authored by
dereckson
on Jun 21 2016, 23:41.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
DevCentral
Nasqueron Docker deployment squad
Referenced Files
F41093: Vhosts for Phabricator (DevCentral)
Jun 21 2016, 23:41
2016-06-21 23:41:34 (UTC+0)
Subscribers
•
Ash-Crow
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 {}
}
Event Timeline
dereckson
created this paste.
Jun 21 2016, 23:41
2016-06-21 23:41:34 (UTC+0)
Log In to Comment