123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- :9055 {
- root * /root/Downloads/prod/hichina2023/hichina-admin-front/dist/spa
- try_files {path} /index.html
- file_server
- log {
- output file ./hichinaadminfrontprod.log {
- roll_size 1gb
- roll_keep 5
- roll_keep_for 720h
- }
- }
- handle_errors {
- rewrite * /404.html
- file_server
- }
- }
- :9051 {
- root * /root/Downloads/hichina2023/hichina-admin-front/dist/spa
- try_files {path} /index.html
- file_server
- log {
- output file ./hichinaadminfront.log {
- roll_size 1gb
- roll_keep 5
- roll_keep_for 720h
- }
- }
- handle_errors {
- rewrite * /404.html
- file_server
- }
- }
- :8765 {
- root * /root/underconstruction/dist/spa
- try_files {path} /index.html
- file_server
- log {
- output file ./underconstruction.log {
- roll_size 1gb
- roll_keep 5
- roll_keep_for 720h
- }
- }
- handle_errors {
- rewrite * /404.html
- file_server
- }
- }
- :9057 {
- encode gzip
- root * /root/Downloads/prod/hichina2023/hichina-main-front/dist
- try_files {path} /index.html
- file_server
- log {
- output file ./mainsiteqafrontprod.log {
- roll_size 1gb
- roll_keep 5
- roll_keep_for 720h
- }
- }
- handle_errors {
- rewrite * /404.html
- file_server
- }
- }
- :9053 {
- root * /root/Downloads/hichina2023/hichina-main-front/dist
- try_files {path} /index.html
- file_server
- log {
- output file ./mainsiteqafront.log {
- roll_size 1gb
- roll_keep 5
- roll_keep_for 720h
- }
- }
- handle_errors {
- rewrite * /404.html
- file_server
- }
- }
- :8011 {
- encode gzip
- root * /root/Downloads/staticresource
- file_server
- log {
- output file ./staticresource.log {
- roll_size 1gb
- roll_keep 5
- roll_keep_for 720h
- }
- }
- handle_errors {
- rewrite * /404.html
- file_server
- }
- }
|