Skip to content

Commit bd68eab

Browse files
committed
Update mtw-dist.ini
1 parent cb04472 commit bd68eab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flask-app/instance/conf/mtw-dist.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
SERVER_NAME = 127.0.0.1
1616

1717
### You MUST copy the content of the static dir
18-
## into Apache htdocs root or the equivalent
19-
## and rename it to: assets-mtw
18+
### into Apache htdocs root or the equivalent
19+
### and rename it to: assets-mtw
20+
## Add to Apache config:
21+
## RewriteEngine on
22+
## RewriteRule ^/<prefix>/assets-mtw/(.*) /assets-mtw/$1
2023

2124
### ! Always set ! ###
2225
TARGET_YEAR = 2024

0 commit comments

Comments
 (0)