Skip to content

Commit

Permalink
rename example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
b4tman committed Sep 23, 2021
1 parent 4b8cd6d commit 7835636
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions test/apache.cfg → example/apache.cfg
@@ -1,23 +1,23 @@
LoadModule _1cws_module "/opt/1C/x86_64/current/wsap24.so"
# --- WEBPUB1C PUBLICATION START: test1
# 1c publication
Alias "/1c/test1" "test/pubs\test1"
<Directory "test/pubs\test1">
Alias "/1c/test1" "example/pubs\test1"
<Directory "example/pubs\test1">
AllowOverride All
Options None
Require all granted
SetHandler 1c-application
ManagedApplicationDescriptor "test/vrds\test1.vrd"
ManagedApplicationDescriptor "example/vrds\test1.vrd"
</Directory>
# --- WEBPUB1C PUBLICATION END: test1
# --- WEBPUB1C PUBLICATION START: test2
# 1c publication
Alias "/1c/test2" "test/pubs\test2"
<Directory "test/pubs\test2">
Alias "/1c/test2" "example/pubs\test2"
<Directory "example/pubs\test2">
AllowOverride All
Options None
Require all granted
SetHandler 1c-application
ManagedApplicationDescriptor "test/vrds\test2.vrd"
ManagedApplicationDescriptor "example/vrds\test2.vrd"
</Directory>
# --- WEBPUB1C PUBLICATION END: test2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions webpub1c.yml
@@ -1,6 +1,6 @@
apache_config: test/apache.cfg
vrd_path: test/vrds
dir_path: test/pubs
apache_config: example/apache.cfg
vrd_path: example/vrds
dir_path: example/pubs
url_base: /1c
platform_path: /opt/1cv8/x86_64/current
ws_module: wsap24.so
Expand Down

0 comments on commit 7835636

Please sign in to comment.