Browse Source

Made Less

Yoginth 7 years ago
parent
commit
2b81b0c1d1
2 changed files with 12 additions and 0 deletions
  1. 1 0
      public/css/gitote.min.css
  2. 11 0
      script/conf/prod

File diff suppressed because it is too large
+ 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
     #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 {
 server {
     if ($host = gitote.in) {
     if ($host = gitote.in) {
         return 301 https://$host$request_uri;
         return 301 https://$host$request_uri;