diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2020-01-10 08:58:24 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2020-01-10 08:58:24 +0000 |
| commit | 79e6f22c6a2feb425c176bbc005abcd93071e43c (patch) | |
| tree | 078816dab3218961787e7b59c2bba5f2735e15be /testing/netbox/netbox.nginx-sample | |
| parent | 8b2b291592ad58471e3deb95516219181d5e1ea7 (diff) | |
| download | aports-79e6f22c6a2feb425c176bbc005abcd93071e43c.tar.bz2 aports-79e6f22c6a2feb425c176bbc005abcd93071e43c.tar.xz | |
unmaintained/netbox: move from testing
Diffstat (limited to 'testing/netbox/netbox.nginx-sample')
| -rw-r--r-- | testing/netbox/netbox.nginx-sample | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/netbox/netbox.nginx-sample b/testing/netbox/netbox.nginx-sample deleted file mode 100644 index 37c2a943ba..0000000000 --- a/testing/netbox/netbox.nginx-sample +++ /dev/null @@ -1,20 +0,0 @@ -server { - listen 80; - - server_name netbox.mydomain; - - client_max_body_size 25m; - - location /static/ { - alias /usr/share/webapps/netbox/static/; - } - - location / { - proxy_pass http://127.0.0.1:8001; - proxy_set_header X-Forwarded-Host $server_name; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-Proto $scheme; - add_header P3P 'CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"'; - } -} - |
