Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12240151
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/pillar/saas/mediawiki.sls b/pillar/saas/mediawiki.sls
index 4627405..58210a6 100644
--- a/pillar/saas/mediawiki.sls
+++ b/pillar/saas/mediawiki.sls
@@ -1,56 +1,57 @@
# -------------------------------------------------------------
# Salt — MediaWiki farm
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-16
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
mediawiki_extensions:
- CategoryTree
- Cite
- CodeEditor
- ConfirmEdit
- ContactPage
- Echo
- FlaggedRevs
- Flow
- Gadgets
- ParserFunctions
- Poem
- ProofreadPage
- Scribunto
- SyntaxHighlight_GeSHi
- Thanks
- WikiEditor
mediawiki_skins:
- MonoBook
- Timeless
- Vector
mediawiki_saas:
directory: /var/51-wwwroot/saas-mediawiki
mediawiki_directory: /srv/mediawiki
fastcgi_url: unix:/var/run/web/wikis.nasqueron.org/php-fpm.sock
db:
host: localhost
user: mediawiki-saas
mediawiki_datastores:
###
### Nasqueron
###
- agora.nasqueron.org
###
### MediaWiki code tests
###
- migration.mediawiki.test.ook.space
###
### 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
index 0000000..cc7acf1
--- /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/x-diff
Expires
Sun, Oct 12, 03:15 (1 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064494
Default Alt Text
(3 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment