Fix redirect

This commit is contained in:
Aram 🍐 2019-11-20 20:25:57 -05:00
parent c5f69476de
commit 9d0cd8c4bd

View file

@ -13,7 +13,7 @@ server {
location / { location / {
if ( $http_user_agent ~ 'curl' ) { if ( $http_user_agent ~ 'curl' ) {
return 302 https://momoperes.ca/resume; return 302 https://momoperes.ca/resume.txt;
} }
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;