diff --git a/examples/apache/photo_app.example.com.conf.example b/examples/apache/photo_app.example.com.conf.example deleted file mode 100644 index 68348ee..0000000 --- a/examples/apache/photo_app.example.com.conf.example +++ /dev/null @@ -1,34 +0,0 @@ - - - ServerName photoapp.example.com - ProxyPass "/.well-known" ! - ProxyPass "/favicon.ico" ! - ProxyPass "/css" ! - ProxyPass "/js" ! - ProxyPass "/" "http://127.0.0.1:8200/" - ProxyPassReverse "/" "http://127.0.0.1:8200/" - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - alias "/css" "/var/lib//css" - alias "/js" "/var/lib//js" - - /css"> - ExpiresActive on - ExpiresDefault "access plus 15 minutes" - Header set Cache-Control max-age=900 - Options Indexes - Require all granted - Allow from all - - - /js"> - ExpiresActive on - ExpiresDefault "access plus 15 minutes" - Header set Cache-Control max-age=900 - Options Indexes - Require all granted - Allow from all - - -