Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/paas-docker/nginx/files/vhosts/notifications.conf b/roles/paas-docker/nginx/files/vhosts/notifications.conf
index 5e37744..26b1864 100644
--- a/roles/paas-docker/nginx/files/vhosts/notifications.conf
+++ b/roles/paas-docker/nginx/files/vhosts/notifications.conf
@@ -1,44 +1,45 @@
# -------------------------------------------------------------
# Configuration for Docker PaaS front-end nginx
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Author: Sébastien Santoro aka Dereckson
# Source file: roles/paas-docker/nginx/files/vhosts/notifications.conf
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
server {
listen 80;
listen [::]:80;
server_name {{ fqdn }};
include includes/letsencrypt;
return 301 https://$host$request_uri;
}
server {
server_name {{ fqdn }};
include includes/tls;
ssl_certificate /srv/letsencrypt/etc/live/{{ fqdn }}/fullchain.pem;
ssl_certificate_key /srv/letsencrypt/etc/live/{{ fqdn }}/privkey.pem;
include includes/letsencrypt;
location / {
proxy_pass http://localhost:{{ app_port }};
include includes/proxy_params;
+ proxy_redirect off;
}
root /var/wwwroot-502/notifications.nasqueron.org;
error_page 502 /502.html;
location /502.html {}
}

File Metadata

Mime Type
text/x-diff
Expires
Fri, Sep 19, 01:30 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2988367
Default Alt Text
(1 KB)

Event Timeline