Page MenuHomeDevCentral

rain.conf
No OneTemporary

rain.conf

# -------------------------------------------------------------
# Webserver
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Site: rain.nasqueron.org
# License: Trivial work, not eligible to copyright
# Source file: roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/rain.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 rain.nasqueron.org;
include includes/letsencrypt;
return 301 https://rain.nasqueron.org$request_uri;
}
server {
server_name rain.nasqueron.org;
include includes/tls;
ssl_certificate /usr/local/etc/letsencrypt/live/rain.nasqueron.org/fullchain.pem;
ssl_certificate_key /usr/local/etc/letsencrypt/live/rain.nasqueron.org/privkey.pem;
include includes/letsencrypt;
error_log /var/log/www/nasqueron.org/rain-error.log;
access_log /var/log/www/nasqueron.org/rain-access.log;
root /var/wwwroot/nasqueron.org/rain;
}
server {
listen 80;
listen [::]:80;
server_name rain51.nasqueron.org;
include includes/letsencrypt;
return 301 https://rain51.nasqueron.org$request_uri;
}
server {
server_name rain51.nasqueron.org;
include includes/tls;
ssl_certificate /usr/local/etc/letsencrypt/live/rain.nasqueron.org/fullchain.pem;
ssl_certificate_key /usr/local/etc/letsencrypt/live/rain.nasqueron.org/privkey.pem;
include includes/letsencrypt;
error_log /var/log/www/nasqueron.org/rain51-error.log;
access_log /var/log/www/nasqueron.org/rain51-access.log;
root /var/51-wwwroot/rain;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 16:12 (7 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2315151
Default Alt Text
rain.conf (1 KB)

Event Timeline