centos_nginx_backuppc4.x
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| centos_nginx_backuppc4.x [2018/02/15 18:20] – [Configuration] k2patel | centos_nginx_backuppc4.x [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== CentOS / Fedora + Nginx + Backuppc ====== | + | ====== CentOS |
| This combination gave me no documentation online, Recently Backuppc is available as SCGI Script version.\\ | This combination gave me no documentation online, Recently Backuppc is available as SCGI Script version.\\ | ||
| Line 136: | Line 136: | ||
| server { | server { | ||
| listen | listen | ||
| - | server_name | + | server_name |
| - | return 302 https://ngee-vm2.ornl.gov$request_uri; | + | return 302 https://backup.k2patel.in$request_uri; |
| } | } | ||
| Line 144: | Line 144: | ||
| server { | server { | ||
| listen | listen | ||
| - | server_name | + | server_name |
| ssl on; | ssl on; | ||
| - | ssl_certificate | + | ssl_certificate |
| - | ssl_certificate_key | + | ssl_certificate_key |
| - | ssl_trusted_certificate / | + | ssl_trusted_certificate / |
| # HSTS (ngx_http_headers_module is required) (15768000 seconds = 6 months) | # HSTS (ngx_http_headers_module is required) (15768000 seconds = 6 months) | ||
| Line 183: | Line 183: | ||
| auth_basic_user_file / | auth_basic_user_file / | ||
| root / | root / | ||
| - | return 302 http://ngee-vm2.ornl.gov/ | + | return 302 http://backup.k2patel.in/ |
| index BackupPC.html; | index BackupPC.html; | ||
| } | } | ||
| Line 331: | Line 331: | ||
| WantedBy=multi-user.target | WantedBy=multi-user.target | ||
| </ | </ | ||
| + | |||
| + | ==== Final Note ==== | ||
| + | Once everything is configured you should be able to access your backuppc using user admin.\\ | ||
| + | |||
centos_nginx_backuppc4.x.1518718821.txt.gz · Last modified: 2020/08/10 02:28 (external edit)
