mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-16 18:28:29 +00:00
do logging correctly
This commit is contained in:
parent
bede3ce509
commit
69c5210610
@ -5,8 +5,11 @@ server {
|
|||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name co.wukko.sh;
|
server_name co.wukko.sh;
|
||||||
|
|
||||||
# Set loggging. By default, logging is off for privacy.
|
# Turn logging off for privacy.
|
||||||
# Uncomment these if you want to enable logging.
|
access_log off;
|
||||||
|
error_log /dev/null;
|
||||||
|
|
||||||
|
# If you wish to have logging, you can uncomment these.
|
||||||
#access_log /var/log/nginx/co.wukko.sh.access.log;
|
#access_log /var/log/nginx/co.wukko.sh.access.log;
|
||||||
#error_log /var/log/nginx/co.wukko.sh.error.log;
|
#error_log /var/log/nginx/co.wukko.sh.error.log;
|
||||||
|
|
||||||
@ -24,10 +27,13 @@ server {
|
|||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name co.wuk.sh;
|
server_name co.wuk.sh;
|
||||||
|
|
||||||
# Set loggging. By default, logging is off for privacy.
|
# Turn logging off for privacy.
|
||||||
# Uncomment these if you want to enable logging.
|
access_log off;
|
||||||
#access_log /var/log/nginx/co.wuk.sh.access.log;
|
error_log /dev/null;
|
||||||
#error_log /var/log/nginx/co.wuk.sh.error.log;
|
|
||||||
|
# If you wish to have logging, you can uncomment these.
|
||||||
|
#access_log /var/log/nginx/co.wukko.sh.access.log;
|
||||||
|
#error_log /var/log/nginx/co.wukko.sh.error.log;
|
||||||
|
|
||||||
# Pass all requests to cobalt API, as defined above.
|
# Pass all requests to cobalt API, as defined above.
|
||||||
location / {
|
location / {
|
||||||
|
@ -23,8 +23,11 @@ server {
|
|||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name co.wukko.sh;
|
server_name co.wukko.sh;
|
||||||
|
|
||||||
# Set loggging. By default, logging is off for privacy.
|
# Turn logging off for privacy.
|
||||||
# Uncomment these if you want to enable logging.
|
access_log off;
|
||||||
|
error_log /dev/null;
|
||||||
|
|
||||||
|
# If you wish to have logging, you can uncomment these.
|
||||||
#access_log /var/log/nginx/co.wukko.sh.access.log;
|
#access_log /var/log/nginx/co.wukko.sh.access.log;
|
||||||
#error_log /var/log/nginx/co.wukko.sh.error.log;
|
#error_log /var/log/nginx/co.wukko.sh.error.log;
|
||||||
|
|
||||||
@ -47,10 +50,13 @@ server {
|
|||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name co.wuk.sh;
|
server_name co.wuk.sh;
|
||||||
|
|
||||||
# Set loggging. By default, logging is off for privacy.
|
# Turn logging off for privacy.
|
||||||
# Uncomment these if you want to enable logging.
|
access_log off;
|
||||||
#access_log /var/log/nginx/co.wuk.sh.access.log;
|
error_log /dev/null;
|
||||||
#error_log /var/log/nginx/co.wuk.sh.error.log;
|
|
||||||
|
# If you wish to have logging, you can uncomment these.
|
||||||
|
#access_log /var/log/nginx/co.wukko.sh.access.log;
|
||||||
|
#error_log /var/log/nginx/co.wukko.sh.error.log;
|
||||||
|
|
||||||
# Set your HTTPS certificate.
|
# Set your HTTPS certificate.
|
||||||
ssl_certificate /etc/letsencrypt/live/co.wuk.sh/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/co.wuk.sh/fullchain.pem;
|
||||||
|
Loading…
Reference in New Issue
Block a user