Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8321777
cosmo.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
cosmo.conf
View Options
# -------------------------------------------------------------
# Webserver
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Site: cosmo.espace-win.org
# License: Trivial work, not eligible to copyright
# Source file: roles/webserver-alkane/nginx/files/vhosts/espace-win.org/cosmo.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 {
server_name cosmo.espace-win.org;
include includes/tls;
ssl_certificate /usr/local/etc/letsencrypt/live/cosmo.espace-win.org/fullchain.pem;
ssl_certificate_key /usr/local/etc/letsencrypt/live/cosmo.espace-win.org/privkey.pem;
include includes/letsencrypt;
error_log /var/log/www/espace-win.org/cosmo-error.log;
access_log /var/log/www/espace-win.org/cosmo-access.log;
include includes/mediawiki-root;
}
# -------------------------------------------------------------
# Redirect to HTTPS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
server {
listen 80;
listen [::]:80;
server_name cosmo.espace-win.org;
include includes/letsencrypt;
return 301 https://cosmo.espace-win.org$request_uri;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 13, 16:51 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2571628
Default Alt Text
cosmo.conf (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment