1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2022-07-19 22:42:19 +02:00
parent dd0a24699d
commit 1915e1ae9c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,4 +1,5 @@
location / {
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
# Path to source
alias __FINALPATH__/public/;