Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769339
D1585.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
876 B
Referenced Files
None
Subscribers
None
D1585.id.diff
View Options
diff --git a/roles/webserver-legacy/nginx/files/vhosts/hypership.space/www.conf b/roles/webserver-legacy/nginx/files/vhosts/hypership.space/www.conf
--- a/roles/webserver-legacy/nginx/files/vhosts/hypership.space/www.conf
+++ b/roles/webserver-legacy/nginx/files/vhosts/hypership.space/www.conf
@@ -27,6 +27,24 @@
error_log /var/log/www/hypership.space/www-error.log;
access_log /var/log/www/hypership.space/www-access.log;
+ location /content {
+ return 403;
+ }
+
+ location /content/users {
+ alias /srv/zed/content/users;
+ }
+
+ location /content/scenes {
+ alias /srv/zed/content/scenes;
+
+ location ~ \.tpl$ {
+ # This folder contains templates intended to be rendered,
+ # and not directly served.
+ return 403;
+ }
+ }
+
location / {
return 503;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 14:12 (5 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260333
Default Alt Text
D1585.id.diff (876 B)
Attached To
Mode
D1585: Serve Zed rC as https://hypership.space/content
Attached
Detach File
Event Timeline
Log In to Comment