## REWRITE URL ###
rewrite ^/pricing.Aloha$ /pricing.html;
rewrite ^/en/pricing.Aloha$ /en/pricing.html;
rewrite ^/$ /index.html;
rewrite ^/en/$ /en/index.html;
rewrite ^/about.Aloha$ /about.html;
rewrite ^/en/about.Aloha$ /en/about.html;
rewrite ^/contact.Aloha$ /contact.html;
rewrite ^/en/contact.Aloha$ /en/contact.html;
rewrite ^/facility.Aloha$ /facility.html;
rewrite ^/en/facility.Aloha$ /en/facility.html;
rewrite ^/faq.Aloha$ /faq.html;
rewrite ^/en/faq.Aloha$ /en/faq.html;
/etc/nginx/sites-available/default 파일 내
server{
}
안에 수정해주면됨
'공부 > Linux' 카테고리의 다른 글
php 파일업로드 크기 제한 설정 php.ini (nginx) (0) | 2016.02.14 |
---|---|
php sendmail mail.. 작동.. (0) | 2015.12.16 |
Ubuntu Subdomain 설정하기(서브도메인) (0) | 2015.09.26 |
Ubuntu14.04 기본적인세팅(디지털오션기준) (0) | 2015.09.19 |
ssh connection closed by remote host (0) | 2015.06.27 |