Browse Source

no longer hosting xml for prayer-generator on home page

Pi 1 year ago
parent
commit
2bd168f8da
3 changed files with 1 additions and 8 deletions
  1. 0 1
      Dockerfile
  2. 0 6
      nginx.conf
  3. 1 1
      prayer-generator

+ 0 - 1
Dockerfile

@@ -2,5 +2,4 @@ FROM nginx:alpine
 COPY nginx.conf /etc/nginx/nginx.conf
 COPY prayer-generator/license /usr/share/nginx/html/license
 COPY css /usr/share/nginx/html/css
-COPY prayer-generator/xml /usr/share/nginx/html/xml
 COPY index.html /usr/share/nginx/html

+ 0 - 6
nginx.conf

@@ -17,12 +17,6 @@ http {
       charset UTF-8;
       autoindex on;
     }
-    location /xml/ {
-        types { } default_type "application/xhtml+xml; charset=utf-8";
- 
-        ## override header (more like send custom header using nginx) #
-        add_header x-robots-tag "noindex, follow";
-    }
     location /.well-known/ {
     }
   }

+ 1 - 1
prayer-generator

@@ -1 +1 @@
-Subproject commit c00c43e1de9c55fbe031068d48b846b3bb3b2a8c
+Subproject commit 95627203b8b9a9852cfe9dd959e85b63f3f3bac2