mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
Update nginx.conf
This commit is contained in:
parent
5f9aebd5f4
commit
cb48247742
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
location YNH_LOCATION {
|
location YNH_LOCATION {
|
||||||
alias YNH_DOCUMENT_ROOT/output/;
|
alias YNH_DOCUMENT_ROOT;
|
||||||
|
|
||||||
# Force HTTPS
|
# Force HTTPS
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue