Page MenuHomeDevCentral

trustspace.conf
No OneTemporary

trustspace.conf

# -------------------------------------------------------------
# Webserver
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Site: trustspace.nasqueron.org
# License: Trivial work, not eligible to copyright
# Source file: roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/trustspace.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 trustspace.nasqueron.org;
include includes/tls;
ssl_certificate /usr/local/etc/letsencrypt/live/trustspace.nasqueron.org/fullchain.pem;
ssl_certificate_key /usr/local/etc/letsencrypt/live/trustspace.nasqueron.org/privkey.pem;
include includes/letsencrypt;
root /var/wwwroot/nasqueron.org/trustspace;
index index.html index.php index.htm;
}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 19:44 (4 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260878
Default Alt Text
trustspace.conf (1 KB)

Event Timeline