Fix redirect
This commit is contained in:
parent
c5f69476de
commit
9d0cd8c4bd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue