Skip to content

Commit

Permalink
chore: robots.txt should be handled by frontend services, not API
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Sep 23, 2024
1 parent 2dc6c62 commit 88ec6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ HTTP_CACHE_STALE_WHILE_REVALIDATE=60
# Default dev env use varnish
HOSTNAME_VARNISH=`roadiz-skeleton.test`,`roadiz-skeleton.local`
# Use traefik path_prefix to host API and NuxtJS on the same domain
PATH_PREFIX=`/rz-admin`,`/files`,`/assets`,`/themes`,`/bundles`,`/robots.txt`,`/api`,`/_wdt`,`/_profiler`,`/css/main-color.css`,`/custom-form`,`/css/login/image`
PATH_PREFIX=`/rz-admin`,`/files`,`/assets`,`/themes`,`/bundles`,`/api`,`/_wdt`,`/_profiler`,`/css/main-color.css`,`/custom-form`,`/css/login/image`

REDIRECT_REGEX=^(https?)://api\.roadiz\-skeleton\.test/(.*)
## Dollar char may be interpolated or not depending your system
Expand Down

0 comments on commit 88ec6f2

Please sign in to comment.