Page MenuHomeDevCentral

www.conf
No OneTemporary

www.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/www.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>
# -------------------------------------------------------------
# Main site
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
server {
listen 80;
listen [::]:80;
server_name www.nasqueron.org nasqueron.org;
include includes/tls;
ssl_certificate /usr/local/etc/letsencrypt/live/www.nasqueron.org/fullchain.pem;
ssl_certificate_key /usr/local/etc/letsencrypt/live/www.nasqueron.org/privkey.pem;
error_log /var/log/www/nasqueron.org/www-error.log;
access_log /var/log/www/nasqueron.org/www-access.log;
include includes/letsencrypt;
root /var/wwwroot/nasqueron.org/www;
index index.html index.php index.htm;
location = /sites.json {
proxy_pass https://api.nasqueron.org/sites.json;
}
location = /software {
return 302 https://agora.nasqueron.org/Software;
}
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;
}
}

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 14, 16:09 (13 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3983767
Default Alt Text
www.conf (1 KB)

Event Timeline