Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3942376
rain.conf
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
rain.conf
View Options
# -------------------------------------------------------------
# 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
Details
Attached
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)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment