Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3912786
D1349.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
D1349.diff
View Options
diff --git a/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/labs.conf b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/labs.conf
new file mode 100644
--- /dev/null
+++ b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/labs.conf
@@ -0,0 +1,38 @@
+# -------------------------------------------------------------
+# Webserver
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Site: labs.nasqueron.org
+# License: Trivial work, not eligible to copyright
+# Source file: roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/labs.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 labs.nasqueron.org;
+
+ include includes/letsencrypt;
+
+ return 301 https://labs.nasqueron.org$request_uri;
+}
+
+server {
+ server_name labs.nasqueron.org;
+
+ include includes/tls;
+ ssl_certificate /usr/local/etc/letsencrypt/live/labs.nasqueron.org/fullchain.pem;
+ ssl_certificate_key /usr/local/etc/letsencrypt/live/labs.nasqueron.org/privkey.pem;
+
+ error_log /var/log/www/nasqueron.org/labs-error.log;
+ access_log /var/log/www/nasqueron.org/labs-access.log;
+
+ root /var/wwwroot/nasqueron.org/labs;
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 06:55 (20 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2307735
Default Alt Text
D1349.diff (1 KB)
Attached To
Mode
D1349: Serve https//labs.nasqueron.org in webserver-legacy nginx
Attached
Detach File
Event Timeline
Log In to Comment