Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3804891
D1666.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D1666.diff
View Options
diff --git a/roles/paas-docker/nginx/files/vhosts/jenkins.conf b/roles/paas-docker/nginx/files/vhosts/jenkins.conf
--- a/roles/paas-docker/nginx/files/vhosts/jenkins.conf
+++ b/roles/paas-docker/nginx/files/vhosts/jenkins.conf
@@ -1,7 +1,7 @@
# -------------------------------------------------------------
# Configuration for Docker PaaS front-end nginx
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-# Author: Sébastien Santoro aka Dereckson
+# Author: Sébastien Santoro aka Dereckso
# Created: 2018-03-12
# Source file: roles/paas-docker/nginx/files/vhosts/jenkins.conf
# -------------------------------------------------------------
@@ -16,7 +16,7 @@
server {
listen 80;
listen [::]:80;
- server_name {{ fqdn }};
+ server_name cd.nasqueron.org;
include includes/letsencrypt;
@@ -24,15 +24,17 @@
}
server {
- server_name {{ fqdn }};
+ server_name cd.nasqueron.org;
include includes/tls;
- ssl_certificate /srv/letsencrypt/etc/live/{{ fqdn }}/fullchain.pem;
- ssl_certificate_key /srv/letsencrypt/etc/live/{{ fqdn }}/privkey.pem;
+ ssl_certificate /srv/letsencrypt/etc/live/cd.nasqueron.org/fullchain.pem;
+ ssl_certificate_key /srv/letsencrypt/etc/live/cd.nasqueron.org/privkey.pem;
+
+ include includes/letsencrypt;
location / {
proxy_redirect http:// https://;
- proxy_pass http://localhost:{{ app_port }};
+ proxy_pass http://localhost:38080;
include includes/proxy_params;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 23:37 (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2273762
Default Alt Text
D1666.diff (1 KB)
Attached To
Mode
D1666: Fix Let's Encrypt nginx location block for cd.nasqueron.org
Attached
Detach File
Event Timeline
Log In to Comment