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

Commit

Permalink
Update api.tempfiles.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 authored Feb 6, 2020
1 parent 6644ead commit 47840cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/nginx/api.tempfiles.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ server {
ssl_certificate_key {path_to_key}/privkey.pem; #Change path
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';

error_log /var/log/nginx/api.tempfiles.carlgo11.com/error.log warn;
error_log /var/log/nginx/tempfiles/error.log warn;

client_body_buffer_size 22M; # Max allowable upload size
client_max_body_size 22M; # Max allowable upload size

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

root /var/www/tempfiles.carlgo11.com/backend;
root /var/www/tempfiles/backend;


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

0 comments on commit 47840cc

Please sign in to comment.