Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768762
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/webserver-legacy/nginx/files/vhosts/espace-win.org/inidal.conf b/roles/webserver-legacy/nginx/files/vhosts/espace-win.org/cosmo.conf
similarity index 68%
rename from roles/webserver-legacy/nginx/files/vhosts/espace-win.org/inidal.conf
rename to roles/webserver-legacy/nginx/files/vhosts/espace-win.org/cosmo.conf
index cc7acf1..31e75b9 100644
--- a/roles/webserver-legacy/nginx/files/vhosts/espace-win.org/inidal.conf
+++ b/roles/webserver-legacy/nginx/files/vhosts/espace-win.org/cosmo.conf
@@ -1,48 +1,48 @@
# -------------------------------------------------------------
# Webserver
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
-# Site: inidal.espace-win.org
+# Site: cosmo.espace-win.org
# License: Trivial work, not eligible to copyright
-# Source file: roles/webserver-legacy/nginx/files/vhosts/espace-win.org/inidal.conf
+# Source file: roles/webserver-legacy/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 inidal.espace-win.org;
+ server_name cosmo.espace-win.org;
include includes/tls;
- ssl_certificate /usr/local/etc/letsencrypt/live/inidal.espace-win.org/fullchain.pem;
- ssl_certificate_key /usr/local/etc/letsencrypt/live/inidal.espace-win.org/privkey.pem;
+ 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/inidal-error.log;
- access_log /var/log/www/espace-win.org/inidal-access.log;
+ 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 inidal.espace-win.org;
+ server_name cosmo.espace-win.org;
include includes/letsencrypt;
- return 301 https://inidal.espace-win.org$request_uri;
+ return 301 https://cosmo.espace-win.org$request_uri;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 10:17 (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258004
Default Alt Text
(2 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment