Skip to content

Commit 7b6528f

Browse files
authored
Merge pull request #377 from ByteInternet/feature/update-nginx-path-for-woocommerce
Update woocommerce converter docs to reflect correct nginx path
2 parents a0f9427 + 414ce5e commit 7b6528f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecommerce-applications/woocommerce/how-to-configure-converter-for-media-plugin-for-wordpress-woocommerce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ location ~ /wp-content/(?<path>.+)\.(?<ext>jpe?g|png|gif|webp)$ {
6767
# END Converter for Media
6868
```
6969

70-
Place the above configuration in `/data/web/server.media.conf.` Once you save the file, NGINX will automatically reload, and if something goes wrong, you will be notified.
70+
Place the above configuration in `/data/web/nginx/server.media.conf` Once you save the file, NGINX will automatically reload, and if something goes wrong, you will be notified.
7171

7272
## Test the Configuration
7373

0 commit comments

Comments
 (0)