Saved old version
This commit is contained in:
parent
eddc308055
commit
91e8e10c69
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
daemon off;
|
||||
worker_processes 1;
|
||||
|
||||
|
@ -18,8 +19,10 @@ http {
|
|||
client_max_body_size 10M;
|
||||
|
||||
server {
|
||||
listen 8080;
|
||||
listen 8080 ssl;
|
||||
access_log off;
|
||||
ssl_certificate /etc/cert-client/star.privatedns.zone.crt;
|
||||
ssl_certificate_key /etc/cert-client/star.privatedns.zone.key;
|
||||
|
||||
location /static/ {
|
||||
alias /opt/netbox/netbox/static/;
|
||||
|
@ -33,4 +36,4 @@ http {
|
|||
add_header P3P 'CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue