Page MenuHomeDevCentral

www51.conf
No OneTemporary

www51.conf

# -------------------------------------------------------------
# Webserver
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Site: www.nasqueron.org
# License: Trivial work, not eligible to copyright
# Source file: roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/www51.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>
# -------------------------------------------------------------
# Staging area
# Maintained by Dereckson
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
server {
listen 80;
listen [::]:80;
server_name www51.nasqueron.org;
include includes/tls;
ssl_certificate /usr/local/etc/letsencrypt/live/www51.nasqueron.org/fullchain.pem;
ssl_certificate_key /usr/local/etc/letsencrypt/live/www51.nasqueron.org/privkey.pem;
error_log /var/log/www/nasqueron.org/www51-error.log;
access_log /var/log/www/nasqueron.org/www51-access.log;
include includes/letsencrypt;
root /var/51-wwwroot/www;
index index.html index.php index.htm;
location = /.well-known/host-meta {
include includes/cors-open;
default_type application/xrd+xml;
}
location = /.well-known/host-meta.json {
include includes/cors-open;
default_type application/json;
}
# We intentionally skip /sites.json, as we want to use directly in JS code api.n.o/sites.json
}

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 20:07 (14 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3063903
Default Alt Text
www51.conf (1 KB)

Event Timeline