mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 11:33:41 +02:00
Added new repo to NGINX config
Replaced folder root with GitHub-cloned repo
This commit is contained in:
parent
4957cf1f75
commit
ed5bda63b0
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ server {
|
||||||
ssl on;
|
ssl on;
|
||||||
include snippets/ssl.conf;
|
include snippets/ssl.conf;
|
||||||
|
|
||||||
root /var/www/victorwesterlund.com;
|
root /var/www/github_victorwesterlund_victorwesterlund.com/public;
|
||||||
|
|
||||||
location \ {
|
location \ {
|
||||||
try_files $uri $uri.html $uri/ =404;
|
try_files $uri $uri.html $uri/ =404;
|
||||||
|
@ -32,4 +32,4 @@ server {
|
||||||
deny all;
|
deny all;
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue