nginx: correct indentation

This commit is contained in:
Darks 2020-09-02 22:07:43 +02:00
parent 8f5c470d11
commit c770e62b54
Signed by: Darks
GPG Key ID: F61F10FA138E797C
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ server {
# Serve files from /static as static files
location /static {
alias /home/pc-dev/www/app/static;
alias /home/pc-dev/www/app/static;
try_files $uri =404;
expires 7d;
add_header Cache-Control "public";

View File

@ -35,7 +35,7 @@ server {
# Serve files from /static as static files
location /static {
alias /home/pc/www/app/static;
alias /home/pc/www/app/static;
try_files $uri =404;
expires 7d;
add_header Cache-Control "public";