refactor(CONFIG): update sample configuration defaults
This commit is contained in:
parent
a1c1ac280a
commit
d742bdf9ab
@ -1,4 +1,4 @@
|
|||||||
client_body_buffer_size 16k;
|
client_body_buffer_size 16k;
|
||||||
client_max_body_size 10M;
|
|
||||||
client_header_buffer_size 1k;
|
client_header_buffer_size 1k;
|
||||||
large_client_header_buffers 4 8k;
|
large_client_header_buffers 4 8k;
|
||||||
|
client_max_body_size 10M;
|
3
config/cfResolver.conf
Normal file
3
config/cfResolver.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
resolver
|
||||||
|
1.1.1.1
|
||||||
|
1.0.0.1;
|
@ -1,6 +1,6 @@
|
|||||||
- Place all your configuration customization files in this directory
|
- Place all your configuration customization files in this directory
|
||||||
- feel free to edit the included recommended files
|
- feel free to edit the included recommended files
|
||||||
- files here override container settings including nginx.conf
|
- files here override container settings
|
||||||
- Files here are placed in the HTTP configuration context
|
- Files here are placed in the HTTP configuration context
|
||||||
- ONLY files that end with '.conf' will be processed!
|
- ONLY files that end with '.conf' will be processed!
|
||||||
- if you want to keep a file for reference or disable it temporarily,
|
- if you want to keep a file for reference or disable it temporarily,
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# these are common security headers that you can easily add to locations or
|
||||||
|
# entire server blocks by including this file
|
||||||
|
# include /etc/nginx/snippets/headersSecurity.conf;
|
||||||
|
|
||||||
add_header Feature-Policy "geolocation 'self'";
|
add_header Feature-Policy "geolocation 'self'";
|
||||||
|
|
||||||
add_header Referrer-Policy "same-origin" always;
|
add_header Referrer-Policy "same-origin" always;
|
||||||
|
Loading…
Reference in New Issue
Block a user