Browse Source

Made Less

Yoginth 7 năm trước cách đây
mục cha
commit
2b81b0c1d1
2 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 1 0
      public/css/gitote.min.css
  2. 11 0
      script/conf/prod

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 0
public/css/gitote.min.css


+ 11 - 0
script/conf/prod

@@ -28,6 +28,17 @@ server {
     #ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
 
 }
+
+server {
+  listen 80;
+  server_name cdn.gitote.in;
+
+  location / {
+    expires 90d;
+    root /root/cdn;
+  }
+}
+
 server {
     if ($host = gitote.in) {
         return 301 https://$host$request_uri;