問題タブ [nginx-config]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ssl - NGINX 構成が非 www を www にリダイレクトしない
AWS EC2 インスタンスでホストされている Ubuntu 16 サーバーのポート 3000 で NodeJS アプリを実行しています。NGINX に次の各アドレスを にリダイレクトさせたいhttps://www.example.com
:
http://example.com
http://www.example.com
https://example.com
/etc/nginx/sites-available/default
そのために、次のようにファイルを構成しました。
ただし、これは部分的にしか機能していないようです。
http://example.com
https://example.com
->代わりに行くhttps://www.example.com
http://www.example.com
https://example.com
->代わりに行くhttps://www.example.com
https://example.com
https://example.com
->代わりに行くhttps://www.example.com
https://www.example.com
- >正常に動作します
助言がありますか?
nginx - nginx 書き換えが機能しない - 404 を返す
私は書き直そうとしています:
http://example/test/ -> http://example/new/
http://example/test/check -> http://example/new/check
私は何を間違っていますか?