Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3716585
D2268.id5701.diff
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
D2268.id5701.diff
View Options
diff --git a/pillar/saas/mediawiki.sls b/pillar/saas/mediawiki.sls
--- a/pillar/saas/mediawiki.sls
+++ b/pillar/saas/mediawiki.sls
@@ -52,5 +52,6 @@
### Other wikis hosted on the Nasqueron servers
###
- arsmagica.espace-win.org
+ - inidal.espace-win.org
- utopia.espace-win.org
- www.wolfplex.org
diff --git a/roles/webserver-legacy/nginx/files/vhosts/espace-win.org/inidal.conf b/roles/webserver-legacy/nginx/files/vhosts/espace-win.org/inidal.conf
new file mode 100644
--- /dev/null
+++ b/roles/webserver-legacy/nginx/files/vhosts/espace-win.org/inidal.conf
@@ -0,0 +1,48 @@
+# -------------------------------------------------------------
+# Webserver
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Site: inidal.espace-win.org
+# License: Trivial work, not eligible to copyright
+# Source file: roles/webserver-legacy/nginx/files/vhosts/espace-win.org/inidal.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;
+
+ 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;
+
+ 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;
+
+ include includes/mediawiki-root;
+}
+
+# -------------------------------------------------------------
+# Redirect to HTTPS
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+server {
+ listen 80;
+ listen [::]:80;
+ server_name inidal.espace-win.org;
+
+ include includes/letsencrypt;
+
+ return 301 https://inidal.espace-win.org$request_uri;
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 16:26 (19 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2232098
Default Alt Text
D2268.id5701.diff (2 KB)
Attached To
Mode
D2268: Create new site inidal.espace-win.org on MediaWiki SaaS
Attached
Detach File
Event Timeline
Log In to Comment