addon-jupyterlab/jupyterlab/rootfs/etc/nginx/includes/server_params.conf
Franck Nijhof 5a7eb72d4b
Refactor add-on (#232)
* Refactor add-on

* Replace NGinx Configuration

* Ingress!!!

* More tweaks, renames and other touches

* Revert accidental upgrade of JupyterLab
2021-02-02 22:36:04 +01:00

10 lines
308 B
Text

root /dev/null;
server_name $hostname;
client_max_body_size 64m;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;
add_header 'Cache-Control' 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
expires off;