Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3715287
D1905.diff
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
D1905.diff
View Options
diff --git a/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/docs.conf b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/docs.conf
new file mode 100644
--- /dev/null
+++ b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/docs.conf
@@ -0,0 +1,40 @@
+# -------------------------------------------------------------
+# Webserver
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Site: docs.nasqueron.org
+# License: Trivial work, not eligible to copyright
+# Source file: roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/docs.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>
+
+server {
+ listen 80;
+ listen [::]:80;
+ server_name docs.nasqueron.org;
+
+ include includes/letsencrypt;
+
+ return 301 https://docs.nasqueron.org$request_uri;
+}
+
+server {
+ server_name docs.nasqueron.org;
+
+ include includes/tls;
+ ssl_certificate /usr/local/etc/letsencrypt/live/docs.nasqueron.org/fullchain.pem;
+ ssl_certificate_key /usr/local/etc/letsencrypt/live/docs.nasqueron.org/privkey.pem;
+
+ error_log /var/log/www/nasqueron.org/docs-error.log;
+ access_log /var/log/www/nasqueron.org/docs-access.log;
+
+ root /var/wwwroot/nasqueron.org/docs;
+
+ include includes/letsencrypt;
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 04:31 (19 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2231162
Default Alt Text
D1905.diff (1 KB)
Attached To
Mode
D1905: Provide nginx configuration for docs.nasqueron.org
Attached
Detach File
Event Timeline
Log In to Comment