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