1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2020-11-22 23:37:54 +01:00
parent b6428a51ef
commit 9ec28d9bd6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,4 +1,4 @@
location PATHTOCHANGE {
location PATHTOCHANGE/ {
alias ALIASTOCHANGE ;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;