Page MenuHomeDevCentral

launch.conf
No OneTemporary

launch.conf

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

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 8, 07:59 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3772676
Default Alt Text
launch.conf (1 KB)

Event Timeline