Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 47840cc

Browse files
authored
Update api.tempfiles.conf
1 parent 6644ead commit 47840cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/nginx/api.tempfiles.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ server {
77
ssl_certificate_key {path_to_key}/privkey.pem; #Change path
88
ssl_ciphers 'CDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384';
99

10-
error_log /var/log/nginx/api.tempfiles.carlgo11.com/error.log warn;
10+
error_log /var/log/nginx/tempfiles/error.log warn;
1111

1212
client_body_buffer_size 22M; # Max allowable upload size
1313
client_max_body_size 22M; # Max allowable upload size
1414

1515
include /etc/nginx/conf.d/headers.conf;
1616

17-
root /var/www/tempfiles.carlgo11.com/backend;
17+
root /var/www/tempfiles/backend;
1818

1919

2020
add_header Access-Control-Allow-Origin "tempfiles.carlgo11.com"; # Change to "*" if the url doesn't work.

0 commit comments

Comments
 (0)