wordpress and nextcloud examples
This commit is contained in:
4
examples/wordpress/server-confs/permalinks.conf
Normal file
4
examples/wordpress/server-confs/permalinks.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
location / {
|
||||
index index.php index.html index.htm;
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
Reference in New Issue
Block a user